We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779b40 commit 389869bCopy full SHA for 389869b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.6.1 (22.02.2023)
2
+
3
+- Fix uninitialized constant error (https://github.com/omniauth/omniauth_openid_connect/pull/147)
4
5
# v0.6.0 (21.01.2023)
6
7
- Support verification of HS256-signed JWTs (https://github.com/omniauth/omniauth_openid_connect/pull/134)
lib/omniauth/openid_connect/version.rb
@@ -2,6 +2,6 @@
module OmniAuth
module OpenIDConnect
- VERSION = '0.6.0'
+ VERSION = '0.6.1'
end
0 commit comments