diff --git a/CHANGELOG.md b/CHANGELOG.md index 3120753..900f40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.13.2 + +- add codeVerifier for oauth flow +- add method to expand spotify's shortened URLs + - e.g. `await spotify.expandLink('https://spotify.link/hRkBrwub9xb')` + ## 0.13.1 - fix empty playbackState returning 404 diff --git a/pubspec.yaml b/pubspec.yaml index ce06cd6..2e43b23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spotify description: An incomplete dart library for interfacing with the Spotify Web API. -version: 0.13.1 +version: 0.13.2 homepage: https://github.com/rinukkusu/spotify-dart environment: