Skip to content

Commit 148a4c2

Browse files
committed
Prepare release 1.16.0
1 parent c6f7b28 commit 148a4c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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+
25
### 1.15.0 (Jan 04, 2023)
36
* [#650](https://github.com/SAML-Toolkits/ruby-saml/pull/650) Replace strip! by strip on compute_digest method
47
* [#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-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.15.0'
3+
VERSION = '1.16.0'
44
end
55
end

0 commit comments

Comments
 (0)