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