From beab6fe47fc6c58249c01aea6bb2ec7957506ab7 Mon Sep 17 00:00:00 2001 From: Polina Date: Mon, 10 Oct 2022 12:12:18 +0300 Subject: [PATCH] Bump to 0.21.0 --- CHANGELOG.md | 2 ++ lib/zaikio/oauth_client/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ee2af..6c54fff 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.0 - 2022-10-10 + * Refactor `Zaikio::OAuthClient.client_name` to be thread-safe * Support `:app_name` and `:redirect_uri` parameters with subscription flow diff --git a/lib/zaikio/oauth_client/version.rb b/lib/zaikio/oauth_client/version.rb index 4651bff..a417b88 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.20.1".freeze + VERSION = "0.21.0".freeze end end