We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39bd342 + 4e93b13 commit bbb4fb6Copy full SHA for bbb4fb6
changelog.md
@@ -1,5 +1,8 @@
1
# RubySaml Changelog
2
3
+### 1.12.2 (Apr 08, 2022)
4
+* [575](https://github.com/onelogin/ruby-saml/pull/575) Fix SloLogoutresponse bug on LogoutRequest
5
+
6
### 1.12.1 (Apr 05, 2022)
7
* Fix XPath typo incompatible with Rexml 3.2.5
8
* Refactor GCM support
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.12.1'
+ VERSION = '1.12.2'
end
0 commit comments