diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9d575..31e1cc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 9.0.0 + +### BREAKING CHANGES + +- Moved UI related code outside of Upgrader and into UpgradeAlert and UpgradeCard. Also, +renamed the private methods to make them public. Added and improved example code and README. +- Minimum Dart SDK 3.1.0 +- Minimum Flutter SDK 3.13.1 +- [371] Added key to alert dialog and alert card. +- [371] Added the parameter `dialogKey` to `UpgraderAlert` that is used by the alert dialog. +- Changed currentAppStoreListingURL, currentAppStoreVersion, and currentInstalledVersion from functions to getters. + +Note: This [9.0.0] release is the same as [9.0.0-alpha.3]. + ## 9.0.0-alpha.3 - [371] Added the parameter `dialogKey` to `UpgraderAlert` that is used by the alert dialog. diff --git a/pubspec.yaml b/pubspec.yaml index c7e22d07..f1325ed2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: upgrader description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store. -version: 9.0.0-alpha.3 +version: 9.0.0 homepage: https://github.com/larryaasen/upgrader environment: