diff --git a/changelog.md b/changelog.md index e0eca6bf7..0ccedb9cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # RubySaml Changelog + +### 1.6.1 (January 15, 2018) +* [#428](https://github.com/onelogin/ruby-saml/issues/428) Fix a bug on IdPMetadataParser when parsing certificates +* [#426](https://github.com/onelogin/ruby-saml/pull/426) Ensure `Rails` responds to `logger` + ### 1.6.0 (November 27, 2017) * [#418](https://github.com/onelogin/ruby-saml/pull/418) Improve SAML message signature validation using original encoded parameters instead decoded in order to avoid conflicts (URL-encoding is not canonical, reported issues with ADFS) * [#420](https://github.com/onelogin/ruby-saml/pull/420) Expose NameID Format on SloLogoutrequest diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index eed7f7753..0dd0de311 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.6.0' + VERSION = '1.6.1' end end