diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fc28aba8..38f1dc08 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 --> +## 1.6.83 (February 20, 2026) + +- 🐦 Support for Flutter 3.41.2 +- ✨ Add AuthProvider to code push protocol + ## 1.6.82 (February 13, 2026) - 🐦 Support for Flutter 3.41.1 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 59b47a93..48637a3d 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.82'; +const packageVersion = '1.6.83'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 0627a4c3..d94ea546 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.82 +version: 1.6.83 repository: https://github.com/shorebirdtech/shorebird resolution: workspace