diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8c909ec0..17e2bf38 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.87 (March 5, 2026) + +- 🔐 `shorebird login` now uses the new Shorebird auth service. + ## 1.6.86 (March 4, 2026) - 🐦 Support for Flutter 3.41.4 @@ -1288,7 +1292,6 @@ Please let us know if we can help! ## 0.17.4 (November 10, 2023) - 💿 Includes our new custom Dart Virtual Machine "mixed-mode" (not yet enabled) - - We rewrote how Dart code is executed on iOS in this release. We haven't yet enabled the new faster "mixed-mode" execution so there should be no observable change, but the faster VM is now included and in partial use. Because this was such a large (multi-month!) change, there could be unanticipated changes on iOS devices. If you see anything surprising, please let us know! 📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.17.4 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0e875641..ad26ebe7 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.86'; +const packageVersion = '1.6.87'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index dbce1d2b..02e8cbc2 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.86 +version: 1.6.87 repository: https://github.com/shorebirdtech/shorebird resolution: workspace