Skip to content

Commit cc4dd74

Browse files
authored
Merge pull request #225 from omniauth/feat/new-release-2.2.0
Feat/new release 2.2.0
2 parents 4237838 + 4274e9d commit cc4dd74

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="v2.2.0"></a>
2+
### v2.2.0 (2024-09-10)
3+
4+
This release fixes:
5+
6+
* [GHSA-jw9c-mfg7-9rx2](https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-jw9c-mfg7-9rx2)
7+
* [GHSA-cvp8-5r8g-fhvq](https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-cvp8-5r8g-fhvq)
8+
9+
#### Chores
10+
11+
* use semantic versioning for ruby-saml as per gem build hints ([e17f460](/../../commit/e17f460))
12+
113
<a name="v2.1.1"></a>
214
### v2.1.1 (2024-09-10)
315

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.1'
3+
VERSION = '2.2.0'
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.17'
1717

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

0 commit comments

Comments
 (0)