From 2e30952e3805350751253eb3d142d569020a20d0 Mon Sep 17 00:00:00 2001 From: Nick Campbell Date: Thu, 15 Apr 2021 08:14:53 +0100 Subject: [PATCH] Bump version to v0.10.0 --- CHANGELOG.md | 2 ++ Gemfile.lock | 4 ++-- lib/zaikio/oauth_client/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bc988..fb2524b 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.10.0 - 2021-04-15 + * Remove Access Token Lookups Queries from Log * Use configured logger for AccessToken queries * Support `:organization_id` parameter with subscription flow diff --git a/Gemfile.lock b/Gemfile.lock index 5d399db..5f6bad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zaikio-oauth_client (0.9.0) + zaikio-oauth_client (0.10.0) actionpack (>= 5.0.0) activerecord (>= 5.0.0) activesupport (>= 5.0.0) @@ -98,7 +98,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - oj (3.11.3) + oj (3.11.4) parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) diff --git a/lib/zaikio/oauth_client/version.rb b/lib/zaikio/oauth_client/version.rb index 41f4b05..664322a 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.9.0".freeze + VERSION = "0.10.0".freeze end end