Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okrad committed May 3, 2022
1 parent e4105f7 commit eeec470
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit eeec470

Please sign in to comment.