From 3384b9159746c7dc4837525db1cf1485455e434e Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 16 Oct 2024 16:07:50 -0400 Subject: [PATCH] chore: prepare for release 1.1.6 --- shorebird_code_push/CHANGELOG.md | 4 ++++ shorebird_code_push/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/shorebird_code_push/CHANGELOG.md b/shorebird_code_push/CHANGELOG.md index 5c048a0..b11bb1a 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.6 + +- Update log messages to explain what "using no-op implementation" means. + # 1.1.5 - Update example to use isNewPatchReadyToInstall. diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index a432edb..b2e0ee6 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_code_push description: Check for and download Shorebird code push updates from your app. -version: 1.1.5 +version: 1.1.6 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push