diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4c2c8d3b..168370ce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch --> +## 1.6.100 (May 16, 2026) + +- 🐦 Refreshed Flutter 3.41.9 engine pin with a fix for exception-related crashes +- 💥 BREAKING: `shorebird login:ci` now hard-errors. Use API keys instead. + ## 1.6.99 (May 15, 2026) - 📉 Link percentage improvements (for Flutter 3.41.9) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 1515e5c5..d149102b 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.99'; +const packageVersion = '1.6.100'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 215c5de7..8cd72ef9 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.99 +version: 1.6.100 repository: https://github.com/shorebirdtech/shorebird resolution: workspace