From cac1e963bf56bc14873c0796db1eabcdd5fb3983 Mon Sep 17 00:00:00 2001 From: Jalyna Date: Mon, 8 Aug 2022 15:29:42 +0200 Subject: [PATCH] Bump to 0.20.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 6 +++--- lib/zaikio/oauth_client/version.rb | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90bec7..2ce1c2c 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.20.0 - 2022-08-08 + * Support prefilled person and organization data ## 0.19.3 - 2022-08-03 diff --git a/Gemfile.lock b/Gemfile.lock index 069e80a..26a4d2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) diff --git a/lib/zaikio/oauth_client/version.rb b/lib/zaikio/oauth_client/version.rb index d7ead3f..726fa6b 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.19.3".freeze + VERSION = "0.20.0".freeze end end