From be2dd381385c6521c8785688762ed014fab5f07b Mon Sep 17 00:00:00 2001 From: Jalyna Date: Wed, 3 Aug 2022 16:40:48 +0200 Subject: [PATCH] Bump to 0.19.3 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/zaikio/oauth_client/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92212ca..19725ee 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.19.3 - 2022-08-03 + * Fix: only include valid or refreshable access token in `find_active_access_token` ## 0.19.2 - 2022-08-03 diff --git a/Gemfile.lock b/Gemfile.lock index 2c7816d..3a03c52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zaikio-oauth_client (0.19.2) + zaikio-oauth_client (0.19.3) 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 57d010a..d7ead3f 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.2".freeze + VERSION = "0.19.3".freeze end end