Skip to content

Commit 4237838

Browse files
authored
Merge pull request #224 from omniauth/feat/new-release-2.1.0
feat: new release 2.1.0
2 parents 52f017a + a5d4e92 commit 4237838

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="v2.1.1"></a>
2+
### v2.1.1 (2024-09-10)
3+
4+
#### Chores
5+
6+
* Add Ruby 3.1 to the CI matrix ([8954310](/../../commit/8954310))
7+
* Add Ruby 3.2 to CI matrix ([9403366](/../../commit/9403366))
8+
* Fix copy-pasteability of code example ([3eb8942](/../../commit/3eb8942))
9+
* bump dependencies and remove ruby eol versions ([c6fc2db](/../../commit/c6fc2db))
10+
* Remove old maintainer email from gemspec ([9f6daa](/../../commit/9f6daa))
11+
112
<a name="v2.1.0"></a>
213
### v2.1.0 (2022-03-01)
314

lib/omniauth-saml/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module SAML
3-
VERSION = '2.1.0'
3+
VERSION = '2.1.1'
44
end
55
end

0 commit comments

Comments
 (0)