diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c704b1130..d2bdb6fb2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,21 @@ This section contains past updates we've sent to customers via Discord. +## 0.8.0 (June 30, 2023) + +We've just released Shorebird v0.8.0 🎉 + +- 🚀 introduce new hobby tier (FREE) +- 🪟 windows installer fixes/improvements +- ⬇️ rename `shorebird subscription cancel` to `shorebird account downgrade` +- 🐛 fix flavor detection issues when running `shorebird init` + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.8.0 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.7.0 (June 28, 2023) We've just released Shorebird v0.7.0 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d3234a8bc..f48c96a6b 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.7.0'; +const packageVersion = '0.8.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 37a3beeff..42a0c28d5 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 0.7.0 +version: 0.8.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none