From 2d377724040594527c2c401bdec9624f01460c1b Mon Sep 17 00:00:00 2001 From: Jalyna Date: Thu, 25 Feb 2021 09:26:04 +0100 Subject: [PATCH] Bump to 0.6.1 --- 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 54d319e..ad374a5 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.6.1 + * Fixed token lookup by searching through requested scopes not through granted scopes. You need to run `$ rails zaikio_oauth_client:install:migrations` to apply latest migrations. ## 0.6.0 diff --git a/lib/zaikio/oauth_client/version.rb b/lib/zaikio/oauth_client/version.rb index 7db78be..ed79115 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.6.0".freeze + VERSION = "0.6.1".freeze end end