Skip to content

Commit 13a88ad

Browse files
committed
Version 2.9.2
1 parent a7914e9 commit 13a88ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 2.9.2
4+
5+
* Perform all checks before verifying endpoints.
6+
[#126](https://github.com/openid/ruby-openid/pull/126)
7+
38
## 2.9.1
49

510
* Updated CHANGELOG.md

lib/openid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenID
2-
VERSION = "2.9.1"
2+
VERSION = "2.9.2"
33
end

0 commit comments

Comments
 (0)