diff --git a/CHANGELOG.md b/CHANGELOG.md index e06093e..ea3d012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.4.0] - 2022/05/03 +* Fix for token renewal process through the refresh token flow +* Expose the TokenStorage class ## [2.3.3] - 2022/03/14 * Expose the BaseStorage object (thanks [Jon Salmon](https://github.com/Jon-Salmon)) * Improved documentation for android Manifest modification (thanks [supermar1010](https://github.com/supermar1010)) diff --git a/README.md b/README.md index 71c6906..ff32ba7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Add the library to your *pubspec.yaml* file: ```yaml dependencies: - oauth2_client: ^2.3.3 + oauth2_client: ^2.4.0 ``` # Usage with the helper class # diff --git a/pubspec.yaml b/pubspec.yaml index 1e5a5f4..32750bf 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.3.3 +version: 2.4.0 homepage: https://github.com/teranetsrl/oauth2_client repository: https://github.com/teranetsrl/oauth2_client environment: