From 47dd248f0e8276aaefc450d6466ccbb195ecc08f Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 14 Nov 2024 16:31:05 -0500 Subject: [PATCH] chore: prep version 2.0 (#237) --- shorebird_code_push/CHANGELOG.md | 6 ++++++ shorebird_code_push/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shorebird_code_push/CHANGELOG.md b/shorebird_code_push/CHANGELOG.md index 71ee14b..aea447f 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.0 + +- **BREAKING**: more updates to the Updater API. We now support Stable, Beta, + and Staging tracks for patches, meaning you have more control over who gets + your patches and when. Check out the example for a demo. + # 2.0.0-dev.2 - fix: tighten library exports diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 00589b0..d5406f1 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: 2.0.0-dev.2 +version: 2.0.0 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push