diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2c43e..ac69da3 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.1 - 2022-08-03 + * Fix `logged_in_as` helper to create a proper access token ## 0.19.0 - 2022-08-03 diff --git a/Gemfile.lock b/Gemfile.lock index c3b3951..c9f4c77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zaikio-oauth_client (0.19.0) + zaikio-oauth_client (0.19.1) 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 31e9daf..99102db 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.0".freeze + VERSION = "0.19.1".freeze end end