Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Feb 23, 2023
1 parent 5779b40 commit 389869b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/openid_connect/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module OpenIDConnect
VERSION = '0.6.0'
VERSION = '0.6.1'
end
end

0 comments on commit 389869b

Please sign in to comment.