diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4756fd9ed..3e8242a5b 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.4.9 (November 4, 2024) + +- 📦 Release new Flutter 3.24.4 revision to support `package:shorebird_code_push` rewrite (v2.0.0-dev.1) +- 🦀 Improved logs in the Shorebird Updater +- 🧑‍🔧 Fix gradle version detection in `shorebird doctor` + ## 1.4.8 (October 29, 2024) - 📦 Add `shorebird releases get-apk` command diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 06c425289..edd4a0980 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.4.8'; +const packageVersion = '1.4.9'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 0e1031448..47d8ac4c6 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.4.8 +version: 1.4.9 repository: https://github.com/shorebirdtech/shorebird publish_to: none