diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 78a45efc..265c03ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,14 @@ This section contains past updates we've sent to customers via Discord. +## 0.27.1 (March 22, 2024) + +🪟 Automatically detects a CI environment when running on an Azure pipeline. +👀 Fixes a bug in `shorebird preview` where the command could fail if Flutter +had not downloaded the necessary dependencies. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.27.1 + ## 0.27.0 (March 21, 2024) 🛑 Removes support for the `--force` flag for release and patch commands (see below) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 20a0174b..1bbacd04 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 = '0.27.0'; +const packageVersion = '0.27.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index cbe4eb46..b3fb7189 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: 0.27.0 +version: 0.27.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none