diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9cf4f..e06093e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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)) +* Update flutter_web_auth dependency ## [2.3.2] - 2022/01/17 * Fix: support fetching a new token when expired without a refresh token (thanks [Tiernan](https://github.com/nvx)) * Updated dependencies (thanks [Menelphor](https://github.com/Menelphor)) diff --git a/README.md b/README.md index cd1f69a..71c6906 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.2 + oauth2_client: ^2.3.3 ``` # Usage with the helper class # diff --git a/pubspec.yaml b/pubspec.yaml index 510dc77..1e5a5f4 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.2 +version: 2.3.3 homepage: https://github.com/teranetsrl/oauth2_client repository: https://github.com/teranetsrl/oauth2_client environment: @@ -12,7 +12,7 @@ dependencies: sdk: flutter crypto: ^3.0.1 flutter_secure_storage: ^5.0.2 - flutter_web_auth: ^0.4.0 + flutter_web_auth: ^0.4.1 http: ^0.13.4 meta: ^1.7.0 random_string: ^2.3.1