Skip to content

Commit

Permalink
Merge pull request #225 from omniauth/feat/new-release-2.2.0
Browse files Browse the repository at this point in the history
Feat/new release 2.2.0
  • Loading branch information
suprnova32 authored Sep 10, 2024
2 parents 4237838 + 4274e9d commit cc4dd74
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v2.2.0"></a>
### v2.2.0 (2024-09-10)

This release fixes:

* [GHSA-jw9c-mfg7-9rx2](https://github.com/SAML-Toolkits/ruby-saml/security/advisories/GHSA-jw9c-mfg7-9rx2)
* [GHSA-cvp8-5r8g-fhvq](https://github.com/omniauth/omniauth-saml/security/advisories/GHSA-cvp8-5r8g-fhvq)

#### Chores

* use semantic versioning for ruby-saml as per gem build hints ([e17f460](/../../commit/e17f460))

<a name="v2.1.1"></a>
### v2.1.1 (2024-09-10)

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.1'
VERSION = '2.2.0'
end
end
2 changes: 1 addition & 1 deletion omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.1'

gem.add_runtime_dependency 'omniauth', '~> 2.1'
gem.add_runtime_dependency 'ruby-saml', '>= 1.17'
gem.add_runtime_dependency 'ruby-saml', '~> 1.17'

gem.add_development_dependency 'rake', '~> 13.2'
gem.add_development_dependency 'rspec', '~> 3.13'
Expand Down

0 comments on commit cc4dd74

Please sign in to comment.