diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d2cb20..4b0310eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 2.0.0 +**Breaking Changes** +* Installation steps were updated in the README. Please make sure to follow them. +* [iOS] Add Background Fetch to periodically make sure alarms are still active in the background. + ## 2.0.0-release-candidate-1 -*Still in development...* * Add minor improvements. ## 2.0.0-dev.5 @@ -17,7 +21,6 @@ * Add a shortcut button in example app. ## 2.0.0-dev.1 -**Breaking Changes** * [iOS] Play silent audio until alarm rings to keep app active. * [iOS] Add Background Fetch to periodically check if app is still active. * [iOS] Add new installation steps. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 9e52a573..54d4841d 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -71,7 +71,7 @@ class _ExampleAlarmHomeScreenState extends State { @override Widget build(BuildContext context) { return Scaffold( - appBar: AppBar(title: const Text('alarm 2.0.0-release-candidate-1')), + appBar: AppBar(title: const Text('alarm 2.0.0')), body: SafeArea( child: alarms.isNotEmpty ? ListView.separated( diff --git a/example/pubspec.lock b/example/pubspec.lock index 1a6684c0..aeba669b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.0.0-release-candidate-1" + version: "2.0.0" android_alarm_manager_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3bd80185..88a141a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alarm description: A simple Flutter alarm manager plugin for both iOS and Android. -version: 2.0.0-release-candidate-1 +version: 2.0.0 homepage: https://github.com/gdelataillade/alarm environment: