diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a32ed517..bb1001532 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,20 @@ This section contains past updates we've sent to customers via Discord. +## 0.4.3 (June 10, 2023) + +We've just released Shorebird CLI v0.4.3 🎉 + +✨ The most notable changes are: + +- 🩹 Hotfix for issue where `shorebird android release` did not work with build flavors. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.4.3 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.4.2 (June 9, 2023) We've just released Shorebird CLI v0.4.2 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 81c0dee68..221a88755 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.4.2'; +const packageVersion = '0.4.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index e49d8ece6..7d219987b 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.4.2 +version: 0.4.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none