Skip to content

Commit

Permalink
Merge pull request omniauth#119 from omniauth/release-1-7-0
Browse files Browse the repository at this point in the history
chore: Release 1.7.0 version of `omniauth-saml`
  • Loading branch information
suprnova32 authored Oct 19, 2016
2 parents 40ca642 + 8d2b30a commit c946c0a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v1.7.0"></a>
### v1.7.0 (2016-09-18)


#### Features

* Support for Single Logout ([cd3fc43](/../../commit/cd3fc43))
* Add issuer information to the metadata endpoint, to allow IdPs to properly configure themselves. ([7bbbb67](/../../commit/7bbbb67))
* Added the response object to the extra['response_object'], so we can use the raw response object if we want to. ([76ed3d6](/../../commit/76ed3d6))

#### Chores

* Update `ruby-saml` to 1.4.0 to address security fixes. ([638212](/../../commit/638212))


<a name="v1.6.0"></a>
### v1.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)
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.6.0'
VERSION = '1.7.0'
end
end

0 comments on commit c946c0a

Please sign in to comment.