diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e0fa0..1b5f291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.3.0] - 2021/11/03 +* Add Spotify client (thanks [mauriciocartagena](https://github.com/mauriciocartagena)) +* Allow passing custom WebAuth class to OAuth2Helper (thanks [Jon Salmon](https://github.com/Jon-Salmon)) + ## [2.2.7] - 2021/10/07 * Fix: null check operator in WebAuth class (thanks [jakub-bacic](https://github.com/jakub-bacic)) diff --git a/README.md b/README.md index 741c421..355112a 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ The library implements clients for the following services/organizations: - LinkedIn - GitHub - Shopify + - Spotify ## Google client ## diff --git a/pubspec.yaml b/pubspec.yaml index 7c8b4bb..c5da3e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: oauth2_client description: Flutter library for interacting with OAuth2 servers, with classes for transparent authorized requests, secure OAuth token storage, automatic token refeshing. -version: 2.2.7 +version: 2.3.0 homepage: https://github.com/teranetsrl/oauth2_client repository: https://github.com/teranetsrl/oauth2_client environment: