From 389869b3b5cd3e14348274723ab3e75a64fce926 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 22 Feb 2023 23:03:19 -0800 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 4 ++++ lib/omniauth/openid_connect/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7c0736..ce3ff51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.6.1 (22.02.2023) + +- Fix uninitialized constant error (https://github.com/omniauth/omniauth_openid_connect/pull/147) + # v0.6.0 (21.01.2023) - Support verification of HS256-signed JWTs (https://github.com/omniauth/omniauth_openid_connect/pull/134) diff --git a/lib/omniauth/openid_connect/version.rb b/lib/omniauth/openid_connect/version.rb index 7ff83592..fe4cee10 100644 --- a/lib/omniauth/openid_connect/version.rb +++ b/lib/omniauth/openid_connect/version.rb @@ -2,6 +2,6 @@ module OmniAuth module OpenIDConnect - VERSION = '0.6.0' + VERSION = '0.6.1' end end