From 148a4c2de713a98c58c28bbc7785c05698216a4d Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Mon, 9 Oct 2023 17:30:09 +0200 Subject: [PATCH] Prepare release 1.16.0 --- CHANGELOG.md | 3 +++ lib/onelogin/ruby-saml/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a2a0f9..7d43889f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Ruby SAML Changelog +### 1.16.0 (Oct 09, 2023) +* [#671](https://github.com/SAML-Toolkits/ruby-saml/pull/671) Add support on LogoutRequest with Encrypted NameID + ### 1.15.0 (Jan 04, 2023) * [#650](https://github.com/SAML-Toolkits/ruby-saml/pull/650) Replace strip! by strip on compute_digest method * [#638](https://github.com/SAML-Toolkits/ruby-saml/pull/638) Fix dateTime format for the validUntil attribute of the generated metadata diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index 5bb2a4e1..0f2da263 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.15.0' + VERSION = '1.16.0' end end