diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd166f..b7f4afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## 0.0.3 - 1/13/19 * Initial release. API includes `getVersionStatus` and `showAlertIfNecessary` methods. Support for iOS and Android. + +## 0.0.5 - 9/29/20 + +* Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies. diff --git a/README.md b/README.md index c3a5f59..38fd596 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See more at the [Dart Packages page.](https://pub.dartlang.org/packages/new_vers Add new_version as [a dependency in your `pubspec.yaml` file.](https://flutter.io/using-packages/) ``` dependencies: - new_version: ^0.0.3 + new_version: ^0.0.5 ``` ## Usage