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.
1 parent 455c2f5 commit 2f95ee7Copy full SHA for 2f95ee7
2 files changed
changelog.md
@@ -1,5 +1,9 @@
1
# RubySaml Changelog
2
3
+### 1.12.1 (Apr 05, 2022)
4
+* Fix XPath typo incompatible with Rexml 3.2.5
5
+* Refactor GCM support
6
+
7
### 1.12.0 (Feb 18, 2021)
8
* Support AES-128-GCM, AES-192-GCM, and AES-256-GCM encryptions
9
* Parse & return SLO ResponseLocation in IDPMetadataParser & Settings
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.12.0'
+ VERSION = '1.12.1'
end
0 commit comments