From fe41fbf3a3f8e9c0b8592ec7a60d22ae744bef72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 3 Aug 2023 15:28:17 +0000 Subject: [PATCH] chore(release): 5.1.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.1.3](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.2...v5.1.3) (2023-08-03) ### Bug Fixes * 🐛 Fix updating MFA categories ([a3ab8a2](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/a3ab8a2b5c9c961ffd57d98a17d7f6224d3fb174)) --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1215f77f..c7ea7189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.3](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.2...v5.1.3) (2023-08-03) + + +### Bug Fixes + +* 🐛 Fix updating MFA categories ([a3ab8a2](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/a3ab8a2b5c9c961ffd57d98a17d7f6224d3fb174)) + ## [5.1.2](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.1...v5.1.2) (2023-07-26) diff --git a/pom.xml b/pom.xml index 4916bbdb..196487b1 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>cz.metacentrum.perun</groupId> <artifactId>spRegistration</artifactId> - <version>5.1.2</version> + <version>5.1.3</version> <packaging>war</packaging> <name>perun-spRegistration</name> -- GitLab