From 3787dfb72d70bc75f99bf6d211725d9def6aca7c Mon Sep 17 00:00:00 2001 From: Patricio Cano Date: Wed, 7 Jun 2017 11:08:59 -0500 Subject: [PATCH] chore: Release version 1.8.0 --- CHANGELOG.md | 11 +++++++++++ lib/omniauth-saml/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4b493..1c1f914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +### v1.8.0 (2017-06-07) + + +#### Features + +* include SessionIndex in logout requests ([fb6ad86](/../../commit/fb6ad86)) +* Support for configurable IdP SLO session destruction ([586bf89](/../../commit/586bf89)) +* Add `uid_attribute` option to control the attribute used for the user id. ([eacc536](/../../commit/eacc536)) + + ### v1.7.0 (2016-10-19) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index 76cff00..e80dca3 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '1.7.0' + VERSION = '1.8.0' end end