diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 38f1dc08..5e15f6cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,14 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.84 (February 27, 2026) + +- ✨ Add `--obfuscate` support to the `release` command (starting with Flutter 3.41.2) +- ✨ Add `--confirm` flag to `release` and `patch` commands +- 🔐 Support RSA JWK key stores for Shorebird auth +- 🐛 Fix: use forward slashes in AAB ZIP entries on Windows +- 🍎 Fix: add dSYM artifact proxy patterns for new filenames + ## 1.6.83 (February 20, 2026) - 🐦 Support for Flutter 3.41.2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 48637a3d..f3d9f2e4 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.83'; +const packageVersion = '1.6.84'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 164e1c0a..2d6ea7d3 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.83 +version: 1.6.84 repository: https://github.com/shorebirdtech/shorebird resolution: workspace