We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17f460 commit 4274e9dCopy full SHA for 4274e9d
CHANGELOG.md
@@ -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
13
<a name="v2.1.1"></a>
14
### v2.1.1 (2024-09-10)
15
lib/omniauth-saml/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module SAML
- VERSION = '2.1.1'
+ VERSION = '2.2.0'
end
0 commit comments