From f9e2aecff03504fe8d26c1ed9453609e85a53c14 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 3 Jun 2024 18:32:38 +0000
Subject: [PATCH] chore(release): 7.2.4 [skip ci]

## [7.2.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/proxyidp-gui/compare/v7.2.3...v7.2.4) (2024-06-03)

### Bug Fixes

* read mfa_reset_translations correctly ([8761dfb](https://gitlab.ics.muni.cz/perun/perun-proxyidp/proxyidp-gui/commit/8761dfb4e304cb38aff96820f9a7df830b17d2bd))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4d789d2..a15c62a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [7.2.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/proxyidp-gui/compare/v7.2.3...v7.2.4) (2024-06-03)
+
+
+### Bug Fixes
+
+* read mfa_reset_translations correctly ([8761dfb](https://gitlab.ics.muni.cz/perun/perun-proxyidp/proxyidp-gui/commit/8761dfb4e304cb38aff96820f9a7df830b17d2bd))
+
 ## [7.2.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/proxyidp-gui/compare/v7.2.2...v7.2.3) (2024-06-03)
 
 
diff --git a/setup.cfg b/setup.cfg
index ad9160ec..e6491467 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
 [metadata]
-version = 7.2.3
+version = 7.2.4
 license_files = LICENSE
 
-- 
GitLab