diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77e7e0ccf98648b426c91d9c5aef436c541d9e77..0564a1a14f8e37d96cde8a552ab49415e02497d8 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 9824631807cbacfd868bf38aab47d202404ad5b5..eddd6e2b6d9caae95db0072c87deb2f82fe8f0af 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