Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okrad committed Nov 3, 2021
1 parent 2b27144 commit f1bc83d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The library implements clients for the following services/organizations:
- LinkedIn
- GitHub
- Shopify
- Spotify

## Google client ##

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

0 comments on commit f1bc83d

Please sign in to comment.