diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 32b4f8a31..72d39a9e5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,13 @@ This section contains past updates we've sent to customers via Discord. +## 0.26.7 (March 18, 2024) + +🐦 Support for Flutter 3.19.3 +🩹 Fixes an issue where the wrong version of Flutter was being used for some patches + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.7 + ## 0.26.6 (March 14, 2024) 📝 Update iOS hybrid app workflow to use signed xcframeworks to comply with diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6d3fee296..28a5ac456 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.26.6'; +const packageVersion = '0.26.7'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2f717804b..f431d2413 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.26.6 +version: 0.26.7 repository: https://github.com/shorebirdtech/shorebird publish_to: none