Skip to content

Commit

Permalink
Bump to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Oct 18, 2022
1 parent 72b1b86 commit 87f9e23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/oauth_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module OAuthClient
VERSION = "0.21.1".freeze
VERSION = "0.21.2".freeze
end
end

0 comments on commit 87f9e23

Please sign in to comment.