From a0d080844856cc5e12b4d1d5e7cd97faf8abe6b5 Mon Sep 17 00:00:00 2001 From: Nicolas Liampotis Date: Wed, 7 Aug 2024 15:24:44 +0300 Subject: [PATCH] Bump version to 2.2.0 --- rciam_probes.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rciam_probes.spec b/rciam_probes.spec index 148a2d5..96ead05 100644 --- a/rciam_probes.spec +++ b/rciam_probes.spec @@ -8,7 +8,7 @@ Name: rciam_probes Summary: RCIAM related probes - Complete Group: grnet/rciam -Version: 2.1.1 +Version: 2.2.0 Release: %(echo $GIT_COMMIT_DATE).%(echo $GIT_COMMIT_HASH)%{?dist} Url: https://github.com/rciam/%{name} License: Apache-2.0 @@ -135,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT #fi %changelog +* Wed Aug 7 2024 Nicolas Liampotis 2.2.0 +- Added support for varying XML namespace prefixes in SAML metadata health checks +- Added support for skipping the IdP Discovery page during login checks * Mon Aug 5 2024 Nicolas Liampotis 2.1.1 - Fixed Python requirements. See https://github.com/seleniumbase/SeleniumBase/issues/2782 - Updated geckodriver to v0.34.0 diff --git a/setup.py b/setup.py index e90fbf8..812d413 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from os import path __name__ = 'rciam_probes' -__version__ = '2.1.1' +__version__ = '2.2.0' here = path.abspath(path.dirname(__file__))