diff --git a/CHANGELOG.md b/CHANGELOG.md index e8617ea..f94e443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0-nullsafety.2 + +* Merge features and bug fixes from 0.0.10 and 0.0.11. + ## 0.1.0-nullsafety.1 * Fix some static analysis errors. diff --git a/example/pubspec.lock b/example/pubspec.lock index 98b3aa6..4ed1d1d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0-nullsafety.1" + version: "0.1.0-nullsafety.2" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9629337..b188835 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-nullsafety.1 +version: 0.1.0-nullsafety.2 homepage: https://github.com/ryanheise/audio_session environment: