diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c4ba6366..f6713038 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,10 +6,14 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.1.15 (July 3, 2024) + +- ✨ Add `--display-name` to `shorebird init` + ## 1.1.14 (July 3, 2024) - 📈 Improve iOS patch performance (GDT sort) -- 🤖 Add Jetbrains Toolbox Android Studio detection for Linux +- 🤖 Add JetBrains Toolbox Android Studio detection for Linux - 🩹 Always respect `--build-name` and `--build-number` args ## 1.1.13 (June 26, 2024) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index bfed647d..034472fa 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.14'; +const packageVersion = '1.1.15'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2eadad6a..19c83615 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.14 +version: 1.1.15 repository: https://github.com/shorebirdtech/shorebird publish_to: none