Skip to content

Commit

Permalink
Merge pull request #224 from omniauth/feat/new-release-2.1.0
Browse files Browse the repository at this point in the history
feat: new release 2.1.0
  • Loading branch information
suprnova32 authored Sep 10, 2024
2 parents 52f017a + a5d4e92 commit 4237838
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v2.1.1"></a>
### 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))

<a name="v2.1.0"></a>
### v2.1.0 (2022-03-01)

Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-saml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
VERSION = '2.1.0'
VERSION = '2.1.1'
end
end

0 comments on commit 4237838

Please sign in to comment.