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 580f97a + d95b019 commit c38d724Copy full SHA for c38d724
2 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Ruby SAML Changelog
2
+### 1.14.0 (Feb 01, 2022)
3
+* [#627](https://github.com/onelogin/ruby-saml/pull/627) Support escape downcasing for validating SLO Signatures of ADFS/Azure
4
+* [#633](https://github.com/onelogin/ruby-saml/pull/633) Support ability to change ID prefix
5
+* Make the uuid editable on the SAML Messages generated by the toolkit
6
+* [#622](https://github.com/onelogin/ruby-saml/pull/622) Add security setting to more strictly enforce audience validation
7
8
### 1.13.0 (Sept 06, 2021)
9
* [#611](https://github.com/onelogin/ruby-saml/pull/601) Replace MAX_BYTE_SIZE constant with setting: message_max_bytesize
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.13.0'
+ VERSION = '1.14.0'
end
0 commit comments