CHANGELOG.md in ruby-saml-1.15.0 vs CHANGELOG.md in ruby-saml-1.16.0

- old
+ new

@@ -1,6 +1,9 @@ # 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 * [#576](https://github.com/SAML-Toolkits/ruby-saml/pull/576) Support idp cert multi with string keys * [#567](https://github.com/SAML-Toolkits/ruby-saml/pull/567) Improve Code quality @@ -45,10 +48,10 @@ * Support customizable statusCode on generated LogoutResponse * [#545](https://github.com/onelogin/ruby-saml/pull/545) More specific error messages for signature validation * Support Process Transform * Raise SettingError if invoking an action with no endpoint defined on the settings * Made IdpMetadataParser more extensible for subclasses -*[#548](https://github.com/onelogin/ruby-saml/pull/548) Add :skip_audience option +* [#548](https://github.com/onelogin/ruby-saml/pull/548) Add :skip_audience option * [#555](https://github.com/onelogin/ruby-saml/pull/555) Define 'soft' variable to prevent exception when doc cert is invalid * Improve documentation ### 1.11.0 (Jul 24, 2019)