Skip to content

Commit c0f4b1d

Browse files
authored
Merge pull request #234 from omniauth/release/2.2.x
Release/2.2.x
2 parents 04c34be + 34eb354 commit c0f4b1d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="v2.2.3"></a>
2+
### v2.2.3 (2025-03-12)
3+
4+
5+
#### Features
6+
7+
* new release 2.2.3 ([0d06a3c](/../../commit/0d06a3c))
8+
9+
10+
#### Bug Fixes
11+
12+
* bump ruby-saml to 1.18 ([7a348b4](/../../commit/7a348b4))
13+
14+
115
<a name="v2.2.2"></a>
216
### v2.2.2 (2025-03-04)
317

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.2.2'
3+
VERSION = '2.2.3'
44
end
55
end

omniauth-saml.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.required_ruby_version = '>= 3.1'
1414

1515
gem.add_runtime_dependency 'omniauth', '~> 2.1'
16-
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'
16+
gem.add_runtime_dependency 'ruby-saml', '~> 1.18'
1717

1818
gem.add_development_dependency 'rake', '~> 13.2'
1919
gem.add_development_dependency 'rspec', '~> 3.13'

0 commit comments

Comments
 (0)