We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f7b28 commit 148a4c2Copy full SHA for 148a4c2
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Ruby SAML Changelog
2
+### 1.16.0 (Oct 09, 2023)
3
+* [#671](https://github.com/SAML-Toolkits/ruby-saml/pull/671) Add support on LogoutRequest with Encrypted NameID
4
+
5
### 1.15.0 (Jan 04, 2023)
6
* [#650](https://github.com/SAML-Toolkits/ruby-saml/pull/650) Replace strip! by strip on compute_digest method
7
* [#638](https://github.com/SAML-Toolkits/ruby-saml/pull/638) Fix dateTime format for the validUntil attribute of the generated metadata
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '1.15.0'
+ VERSION = '1.16.0'
end
0 commit comments