Skip to content

Commit

Permalink
Bump version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okrad committed Jan 17, 2022
1 parent 6870bc4 commit 0a0e18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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))
* Fix linter warnings

## [2.3.1] - 2021/12/13
* Small fix
## [2.3.0] - 2021/11/03
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.1
oauth2_client: ^2.3.2
```

# 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.1
version: 2.3.2
homepage: https://github.com/teranetsrl/oauth2_client
repository: https://github.com/teranetsrl/oauth2_client
environment:
Expand Down

0 comments on commit 0a0e18e

Please sign in to comment.