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

Commit a327457

Browse files
committed
Bumped version to 2.2.3 and updated CHANGELOG
1 parent 0498ee1 commit a327457

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.2.3
4+
5+
* Fixed 'invalid byte sequence in UTF-8' error in parse_link_attrs - 0f46921a97677b83b106366c805063105c5e9f20
6+
* Fixed license information in gemspec - f032e949e1ca9078ab7508d9629398ca2c36980a
7+
* Update starts/ends_with? to handle nil prefix - beee5e8d1dc24ad55725cfcc720eefba6bdbd279
8+
39
## 2.2.2
410

511
* Limit fetching file size & disable XML entity expansion - be2bab5c21f04735045e071411b349afb790078f

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

0 commit comments

Comments
 (0)