From 3794232a9c5e7133c6c02cf6ca5e69800b36a358 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 29 May 2021 19:37:58 +1000 Subject: [PATCH] Version 0.17.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 655703d7..e70e4c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.17.1 + +* Support rxdart 0.27.0. + ## 0.17.0 * Null safety. diff --git a/pubspec.yaml b/pubspec.yaml index 4b421c19..2ee69b8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: audio_service description: Flutter plugin to play audio in the background while the screen is off. -version: 0.17.0 +version: 0.17.1 homepage: https://github.com/ryanheise/audio_service environment: