diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 72c592af1..ed72ee853 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.5.3 (December 17, 2024) + +- 🐦 Support for Flutter 3.27.1 +- 📂 Fix too many open files issue (downgraded pkg:archive) + ## 1.5.2 (December 17, 2024) - 🩹 Fix iOS patching bug where gen_snapshot was not found diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ee84873b7..657753be8 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.2'; +const packageVersion = '1.5.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 3ad18e5db..95c220401 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.2 +version: 1.5.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none