From f08f5f70c5a8feaf384714647ae3cedb8b82d877 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 19 Jan 2024 09:08:02 +0000 Subject: [PATCH] chore(release): 2.2.2 [skip ci] ## [2.2.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.2.1...v2.2.2) (2024-01-19) ### Bug Fixes * **check_saml:** adapt security text check, remove image ([ec4ca60](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/ec4ca60834e1995db8d21af5900e790875db8e14)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2952d1b..11fff02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.2.1...v2.2.2) (2024-01-19) + + +### Bug Fixes + +* **check_saml:** adapt security text check, remove image ([ec4ca60](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/ec4ca60834e1995db8d21af5900e790875db8e14)) + ## [2.2.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.2.0...v2.2.1) (2024-01-09) diff --git a/setup.cfg b/setup.cfg index 74fa51b..eb1570f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.2.1 +version = 2.2.2 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab