diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2ac1ba7f..c4b0af57 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.59 (September 17, 2025) + +- ๐Ÿฆ Support for Flutter 3.35.4 +- ๐Ÿง Better handling for platforms that don't support flavors +- ๐Ÿงน Various dependency upgrades + ## 1.6.58 (September 5, 2025) - ๐Ÿฆ Support for Flutter 3.35.3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index dad2529d..6c949fc9 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.58'; +const packageVersion = '1.6.59'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index db3b7095..80a63d5f 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.58 +version: 1.6.59 repository: https://github.com/shorebirdtech/shorebird resolution: workspace