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

Commit b9749ca

Browse files
committed
Bump version to v2.6.0
1 parent c13dc01 commit b9749ca

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.6.0
4+
5+
* More safely build filenames - 1c4a90630b183e7572b8ab5f2e3a3e0c0fecd2c7
6+
See https://github.com/openid/ruby-openid/pull/80
7+
* The session serializer of Rails4.1 is json - b44a1eb511dec3be25a07930121bc80cacec0f1c
8+
* Handle boolean value to fix signature issue - d65076269b77754da7db6e4b189edeeb9201600d
9+
See https://github.com/openid/ruby-openid/pull/76
10+
311
## 2.5.0
412

513
* Revert json serialization - 8dc60e553369df2300ebb4b83a29618aff643c2c

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.5.0"
2+
VERSION = "2.6.0"
33
end

0 commit comments

Comments
 (0)