diff --git a/CHANGELOG.md b/CHANGELOG.md index 113f516..050c4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ A generic SAML strategy for OmniAuth. https://github.com/omniauth/omniauth-saml -## 1.6.0 (Unreleased) +## 1.6.0 (2016-06-27) * Ensure that subclasses of `OmniAuth::Stategies::SAML` are registered with OmniAuth as strategies (https://github.com/omniauth/omniauth-saml/pull/95) * Update ruby-saml to 1.3 to address [CVE-2016-5697](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5697) (Signature wrapping attacks) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index b77d9ca..e746c08 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '1.5.0' + VERSION = '1.6.0' end end