Skip to content

Commit

Permalink
Bump to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Aug 8, 2022
1 parent 3fefae9 commit cac1e96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.20.0 - 2022-08-08

* Support prefilled person and organization data

## 0.19.3 - 2022-08-03
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-oauth_client (0.19.3)
zaikio-oauth_client (0.20.0)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
crass (1.0.6)
erubi (1.11.0)
erubis (2.7.0)
faraday (2.4.0)
faraday (2.5.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.1.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
rack (>= 1.2, < 3)
rash_alt (>= 0.4, < 1)
version_gem (~> 1.1)
oj (3.13.19)
oj (3.13.20)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
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.19.3".freeze
VERSION = "0.20.0".freeze
end
end

0 comments on commit cac1e96

Please sign in to comment.