Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 377e6a8

Browse files
committed
Bump version to v2.5.0
1 parent 8dc60e5 commit 377e6a8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.5.0
4+
5+
* Revert json serialization - 8dc60e553369df2300ebb4b83a29618aff643c2c
6+
See https://github.com/openid/ruby-openid/pull/73
7+
38
## 2.4.0
49

510
* Allow expecting a parameter to be nil during return_to verification - 708e992ab3e6c26d478283fc11faa6a0a74bfec0

lib/openid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenID
2-
VERSION = "2.4.0"
2+
VERSION = "2.5.0"
33
end

0 commit comments

Comments
 (0)