From 4274e9d57e65f2dcaae4aa3b2accf831494f2ddd Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Wed, 11 Sep 2024 00:05:34 +0200 Subject: [PATCH] feat: new release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ lib/omniauth-saml/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f5019..55e582f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +### 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)) + ### v2.1.1 (2024-09-10) diff --git a/lib/omniauth-saml/version.rb b/lib/omniauth-saml/version.rb index 29338ed..47ef560 100644 --- a/lib/omniauth-saml/version.rb +++ b/lib/omniauth-saml/version.rb @@ -1,5 +1,5 @@ module OmniAuth module SAML - VERSION = '2.1.1' + VERSION = '2.2.0' end end