diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2a7815d2..8c909ec0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.86 (March 4, 2026) + +- 🐦 Support for Flutter 3.41.4 + ## 1.6.85 (March 2, 2026) - 🐦 Support for Flutter 3.41.3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d9870fc6..0e875641 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.6.85'; +const packageVersion = '1.6.86'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index c9f4a204..dbce1d2b 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.6.85 +version: 1.6.86 repository: https://github.com/shorebirdtech/shorebird resolution: workspace