diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f8db49fa..2d201805 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.75 (January 6, 2026) + +- Re-enable Flutter 3.38.5 as default (iOS crasher fixed). +- Remove y/N confirmation from both `shorebird patch` and `shorebird release`. + ## 1.6.74 (December 29, 2025) - 🔄 Temporarily roll back to 3.38.4 while we investigate a crash on iOS. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d323a45b..f24108ea 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.74'; +const packageVersion = '1.6.75'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index f3c90761..e06390c9 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.74 +version: 1.6.75 repository: https://github.com/shorebirdtech/shorebird resolution: workspace