Skip to content

Commit bbb4fb6

Browse files
authored
Merge pull request #581 from onelogin/prepare_1.12.2
Prepare Version 1.12.2
2 parents 39bd342 + 4e93b13 commit bbb4fb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

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

3+
### 1.12.2 (Apr 08, 2022)
4+
* [575](https://github.com/onelogin/ruby-saml/pull/575) Fix SloLogoutresponse bug on LogoutRequest
5+
36
### 1.12.1 (Apr 05, 2022)
47
* Fix XPath typo incompatible with Rexml 3.2.5
58
* Refactor GCM support

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.12.1'
3+
VERSION = '1.12.2'
44
end
55
end

0 commit comments

Comments
 (0)