diff --git a/CHANGELOG.md b/CHANGELOG.md index be2388f..4d4c17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1 + +* Fix iOS interruption notifications bug. +* Fix deprecated warnings on Android (@lhartman1). + ## 0.1.0 * Support null safety. @@ -10,7 +15,7 @@ * Support rxdart 0.25.0. * Fix leaked context on Android. -* Remove compilex warnings on iOS. +* Remove compiler warnings on iOS. ## 0.0.9 diff --git a/pubspec.yaml b/pubspec.yaml index 255de02..e5fd295 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: audio_session description: Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour. -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/ryanheise/audio_session environment: