Skip to content

Commit a5568a8

Browse files
committed
Bump version to 2.0.1
1 parent 8fc618b commit a5568a8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0.1] - 2020-06-03
4+
5+
* Cast the RSA key ID to an integer when verifying authentication signatures.
6+
37
## [2.0.0] - 2020-05-27
48

59
* Add support for the SRCF Goose authentication service.

examples/sinatra/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
omniauth-ucam-raven (1.0.1)
4+
omniauth-ucam-raven (2.0.1)
55
omniauth (~> 1.0)
66

77
GEM

lib/omniauth-ucam-raven/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Omniauth
22
module UcamRaven
3-
VERSION = "2.0.0"
3+
VERSION = "2.0.1"
44
end
55
end

0 commit comments

Comments
 (0)