diff --git a/.cirrus.yml b/.cirrus.yml index b8596a1a1..d4ad1508a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,6 +15,7 @@ build_example_ios_task: update_pods_script: pod repo update # to fetch all the latest versions build_script: - cd example + - flutter upgrade #workaround until Cirrus has updated to latest stable Flutter SDK - flutter build ios --no-codesign test_task: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da69a9b9..13afee5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +# [0.9.1] +* Add support for media notification. This currently only supports showing the specified image as album artwork. Thanks to PR by [gianlucaparadise](https://github.com/gianlucaparadise) + # [0.9.0+1] * Fix readme where Objective-C was written twice diff --git a/pubspec.yaml b/pubspec.yaml index 7eab09d21..815297aba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_local_notifications description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. -version: 0.9.0+1 +version: 0.9.1 homepage: https://github.com/MaikuB/flutter_local_notifications dependencies: