diff --git a/_chapters/changelog.md b/_chapters/changelog.md index 0a0e873f1..600d721e4 100644 --- a/_chapters/changelog.md +++ b/_chapters/changelog.md @@ -23,10 +23,17 @@ You can get these updates emailed to you via our [newsletter]({% link newsletter ### Changes -#### [v7.2: {{ site.data.changelog.current.title }}](https://branchv73--serverless-stack.netlify.app/) (Current) +#### [v7.4: {{ site.data.changelog.current.title }}](https://branchv74--serverless-stack.netlify.app/) (Current) {{ site.data.changelog.current.desc }} +- [Tutorial changes]({{ site.github_repo }}/compare/v7.3...v7.4) +- [Demo notes app source]({{ site.sst_demo_repo }}/compare/v1.3...v1.4) + +#### [v7.3: {{ site.data.changelog.v7-3.title }}](https://branchv73--serverless-stack.netlify.app/) + +{{ site.data.changelog.v7-3.desc }} + - [Tutorial changes]({{ site.github_repo }}/compare/v7.2...v7.3) - [Demo notes app source]({{ site.sst_demo_repo }}/compare/v1.2...v1.3) diff --git a/_data/changelog.yml b/_data/changelog.yml index 383a02d8c..1b9f1ea9a 100644 --- a/_data/changelog.yml +++ b/_data/changelog.yml @@ -1,4 +1,8 @@ current: + title: "Upgrading to SST v2.5" + desc: "Apr 9, 2023: Updating the guide and code to use the latest `sst bind`." + +v7-3: title: "Upgrading to SST v2" desc: "Mar 10, 2023: Updating the guide and code snippets to SST v2."