From d95b0198a3a17906e82f2ea5b7615cbf8d81bd3e Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Tue, 1 Feb 2022 12:54:59 +0100 Subject: [PATCH] Prepare release 1.14.0 --- CHANGELOG.md | 5 +++++ lib/onelogin/ruby-saml/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a94b1ca..d0453289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Ruby SAML Changelog +### 1.14.0 (Feb 01, 2022) +* [#627](https://github.com/onelogin/ruby-saml/pull/627) Support escape downcasing for validating SLO Signatures of ADFS/Azure +* [#633](https://github.com/onelogin/ruby-saml/pull/633) Support ability to change ID prefix +* Make the uuid editable on the SAML Messages generated by the toolkit +* [#622](https://github.com/onelogin/ruby-saml/pull/622) Add security setting to more strictly enforce audience validation ### 1.13.0 (Sept 06, 2021) * [#611](https://github.com/onelogin/ruby-saml/pull/601) Replace MAX_BYTE_SIZE constant with setting: message_max_bytesize diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index bcb79476..4ec6097d 100644 --- a/lib/onelogin/ruby-saml/version.rb +++ b/lib/onelogin/ruby-saml/version.rb @@ -1,5 +1,5 @@ module OneLogin module RubySaml - VERSION = '1.13.0' + VERSION = '1.14.0' end end