Skip to content

Commit

Permalink
Merge pull request #105 from omniauth/release-1.6.0
Browse files Browse the repository at this point in the history
Bump Omniauth SAML to 1.6.0 and prepare for release
  • Loading branch information
suprnova32 authored Jun 27, 2016
2 parents a49f442 + 2a1e292 commit 998eb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-saml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
VERSION = '1.5.0'
VERSION = '1.6.0'
end
end

0 comments on commit 998eb57

Please sign in to comment.