diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ed72ee853..cf06ce1df 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.5.4 (December 20, 2024) + +- ✨ Add `--no-confirm` flag to `shorebird release` and `shorebird patch` +- 🩹 Fix bug which caused incompatibility with package:shorebird_code_push v1.x +- 🪵 Improve logging for failed `shorebird release ios` commands. + ## 1.5.3 (December 17, 2024) - 🐦 Support for Flutter 3.27.1 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 657753be8..d7b1f09d9 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 = '1.5.3'; +const packageVersion = '1.5.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 03bba26dd..bc62c08a4 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: 1.5.3 +version: 1.5.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none