Skip to content

Commit

Permalink
feat: new release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Sep 10, 2024
1 parent e17f460 commit 4274e9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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

0 comments on commit 4274e9d

Please sign in to comment.