Skip to content

Commit 4274e9d

Browse files
feat: new release 2.2.0
1 parent e17f460 commit 4274e9d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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

0 commit comments

Comments
 (0)