Skip to content

Commit 389869b

Browse files
committed
Release v0.6.1
1 parent 5779b40 commit 389869b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# v0.6.0 (21.01.2023)
26

37
- Support verification of HS256-signed JWTs (https://github.com/omniauth/omniauth_openid_connect/pull/134)

lib/omniauth/openid_connect/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module OpenIDConnect
5-
VERSION = '0.6.0'
5+
VERSION = '0.6.1'
66
end
77
end

0 commit comments

Comments
 (0)