diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 17e2bf38..cc10237c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,13 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.88 (March 13, 2026) + +- 📉 Link percentage improvements (for Flutter 3.41.4) +- 🔍 Improved debug dumps for obfuscated patches (for Flutter 3.41.4) +- 🐛 Fix: invalidate bootstrap stamp when Flutter version changes +- 🐛 Fix: clean stale obfuscation map from supplement directory + ## 1.6.87 (March 5, 2026) - 🔐 `shorebird login` now uses the new Shorebird auth service. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ad26ebe7..a75f5f96 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.87'; +const packageVersion = '1.6.88'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 02e8cbc2..23e3f648 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.87 +version: 1.6.88 repository: https://github.com/shorebirdtech/shorebird resolution: workspace