diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7fafe7a2..64638f50 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,21 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch GLES --> +## 1.6.111 (July 7, 2026) + +- 🐦 Flutter 3.44.5 / Dart 3.12.2 support + - Android: fix `libapp.so` sometimes missing from the APK or app bundle when + building with flavors, or with older app templates combined with certain + plugins. + - Impeller: fix text shadows rendering in the wrong position, separate from + the text. + - Impeller (Vulkan): fix a crash during app shutdown or rotation on some + Android devices. + - Android: silence spurious Built-in Kotlin migration warnings when building + with AGP below 9. +- 🐛 Updater: report the currently running patch number instead of the last + booted patch. + ## 1.6.110 (June 25, 2026) - 🐦 Flutter 3.44.4 / Dart 3.12.2 support diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 5a704771..f27d421c 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.110'; +const packageVersion = '1.6.111'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 6077db38..6e0972ec 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.110 +version: 1.6.111 repository: https://github.com/shorebirdtech/shorebird resolution: workspace