From b96f65c6ca1b15524063a96f63669a80a607ef3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 8 Sep 2023 16:03:47 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [5.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.5...v5.2.0) (2023-09-08) ### Features * 🎸 MFA Categories configurable entityless attr key ([bb247ad](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/bb247ad225fe8ccc4bb21c61f39bfed77fe91fee)) --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4424c73f..6da7853d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.5...v5.2.0) (2023-09-08) + + +### Features + +* 🎸 MFA Categories configurable entityless attr key ([bb247ad](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/bb247ad225fe8ccc4bb21c61f39bfed77fe91fee)) + ## [5.1.5](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.4...v5.1.5) (2023-08-04) diff --git a/pom.xml b/pom.xml index f922ed0c..ec1181ff 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>cz.metacentrum.perun</groupId> <artifactId>spRegistration</artifactId> - <version>5.1.5</version> + <version>5.2.0</version> <packaging>war</packaging> <name>perun-spRegistration</name> -- GitLab