diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d02b55..93023087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +### v2.1.0 (2022-03-01) + + +#### Refactor + +* Rename usage of deprecated SAML options ([74ed8df](/../../commit/74ed8df)) + +#### Chores + +* bump ruby-saml to 1.12 ([15c156a](/../../commit/15c156a)) + ### v2.0.0 (2021-01-13) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index 3f91eb49..dd385d18 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '2.0.0' + VERSION = '2.1.0' end end