diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d10e6..8bc6b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.2 (November 27, 2015) + +Bugfixes: + + - fix user detection on manual url changes [#3](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/3) + - fix for playlists containing All Access tracks [#10](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/10) + - coerce null ratings to 0 [#15](https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/15) + ## 0.1.1 (November 26, 2015) Features: diff --git a/src/manifest.json b/src/manifest.json index 1ddbda3..37b04cf 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Autoplaylists for Google Musicâ„¢", - "version": "0.1.1", + "version": "0.1.2", "description": "Create Google Musicâ„¢ playlists that automatically update from user-defined criteria.",