diff --git a/CHANGELOG.md b/CHANGELOG.md index f5147e6..7d9751a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### v1.10.3 (2020-10-06) + + +#### Bug Fixes + +* add options to logout_request initialization ([c271a37](/../../commit/c271a37)) + + ### v1.10.2 (2018-05-23) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index c8f232a..f5e1137 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '1.10.2' + VERSION = '1.10.3' end end