From 1e10e173dff03229f548f7610b5e0e07a6e1345c Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 30 May 2024 22:41:19 +0000
Subject: [PATCH] chore(release): 2.7.4 [skip ci]

## [2.7.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.3...v2.7.4) (2024-05-30)

### Bug Fixes

* **check_saml:** perform initial redirect if needed, not based on hostname ([9c75388](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/9c75388cc4447accdf0a7fbd903b5f8d91d2b112))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77e7e0c..0564a1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.7.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.3...v2.7.4) (2024-05-30)
+
+
+### Bug Fixes
+
+* **check_saml:** perform initial redirect if needed, not based on hostname ([9c75388](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/9c75388cc4447accdf0a7fbd903b5f8d91d2b112))
+
 ## [2.7.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.2...v2.7.3) (2024-04-24)
 
 
diff --git a/setup.cfg b/setup.cfg
index 9824631..eddd6e2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-version = 2.7.3
+version = 2.7.4
 license_files = LICENSE
 long_description = file: README.md
 long_description_content_type = text/markdown
-- 
GitLab