diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3e8242a5b..8d5e561c3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.4.10 (November 8, 2024) + +- 🛠️ Fix Updater issuer where older patches would be used if state failed to deserialize (https://github.com/shorebirdtech/shorebird/issues/2612) + ## 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) diff --git a/bin/internal/flutter.version b/bin/internal/flutter.version index 5212cb913..d598395fa 100644 --- a/bin/internal/flutter.version +++ b/bin/internal/flutter.version @@ -1 +1 @@ -b42f87c03b529db7c8fd0028206f3dbdb5dc4858 +8709ea6fca468217fb2d962a3b876268601b62b7 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index edd4a0980..3822995bf 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.9'; +const packageVersion = '1.4.10'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 47d8ac4c6..d2938531b 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.9 +version: 1.4.10 repository: https://github.com/shorebirdtech/shorebird publish_to: none