diff --git a/CHANGELOG.md b/CHANGELOG.md index 9302308..d0f5019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +### v2.1.1 (2024-09-10) + +#### Chores + +* Add Ruby 3.1 to the CI matrix ([8954310](/../../commit/8954310)) +* Add Ruby 3.2 to CI matrix ([9403366](/../../commit/9403366)) +* Fix copy-pasteability of code example ([3eb8942](/../../commit/3eb8942)) +* bump dependencies and remove ruby eol versions ([c6fc2db](/../../commit/c6fc2db)) +* Remove old maintainer email from gemspec ([9f6daa](/../../commit/9f6daa)) + ### v2.1.0 (2022-03-01) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index dd385d1..29338ed 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '2.1.0' + VERSION = '2.1.1' end end