We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52f017a + a5d4e92 commit 4237838Copy full SHA for 4237838
CHANGELOG.md
@@ -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
12
<a name="v2.1.0"></a>
13
### v2.1.0 (2022-03-01)
14
lib/omniauth-saml/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
end
0 commit comments