diff --git a/CHANGELOG.md b/CHANGELOG.md index 53faedc..2f67303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.21.2 - 2022-10-18 + * Fix: Use latest access token instead of first valid one in case user granted new permissions ## 0.21.1 - 2022-10-13 diff --git a/Gemfile.lock b/Gemfile.lock index 5b8ec1d..1b38396 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zaikio-oauth_client (0.21.1) + zaikio-oauth_client (0.21.2) actionpack (>= 5.0.0) activerecord (>= 5.0.0) activesupport (>= 5.0.0) diff --git a/lib/zaikio/oauth_client/version.rb b/lib/zaikio/oauth_client/version.rb index e3d11b7..c754073 100644 --- a/lib/zaikio/oauth_client/version.rb +++ b/lib/zaikio/oauth_client/version.rb @@ -1,5 +1,5 @@ module Zaikio module OAuthClient - VERSION = "0.21.1".freeze + VERSION = "0.21.2".freeze end end