diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bd041..427c689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.2 + +* Lower min sdk to 1.12.13+hotfix.5 +* Add override options to setActive. +* Remove close. + ## 0.0.1 * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 70aa07d..8c04cc6 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.0.1 +version: 0.0.2 homepage: https://github.com/ryanheise/audio_session environment: