From 5d7690cd37112ff093b6f1a4f1d7c4c5e47619c3 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 30 May 2025 14:58:02 -0400 Subject: [PATCH] chore: draft release 2.0.4 (#282) --- shorebird_code_push/CHANGELOG.md | 5 +++++ shorebird_code_push/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shorebird_code_push/CHANGELOG.md b/shorebird_code_push/CHANGELOG.md index e308d1c..d702920 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.4 + +- feat: allow for custom UpdateTrack names in addition to stable, staging, and + beta + # 2.0.3 - feat: override `toString` in `ReadPatchException` and `UpdateException` diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 90e145d..d6562b2 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.3 +version: 2.0.4 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push