diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 72b322c2..2f8f7048 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,16 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.1.12 (June 19, 2024) + +- 🩹 fix iOS patches rendering issues (black screen) +- 🔎 fix iOS native assets detection +- 👀 fix `shorebird preview` using stale artifacts +- 🗑️ fix `shorebird cache clear` bug +- 🍧 add flavor validation +- 🤖 add gradlew version to `shorebird doctor` +- 🪵 improve logging + ## 1.1.11 (June 11, 2024) 🫴 Fixes a bug in iOS where try/catch blocks could be ignored after patching. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6602d506..4ddfbce8 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.1.11'; +const packageVersion = '1.1.12'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 6fa8c357..dbe6a4ef 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.1.11 +version: 1.1.12 repository: https://github.com/shorebirdtech/shorebird publish_to: none