diff --git a/CHANGELOG.md b/CHANGELOG.md index 4424c73fc2eb15085ca4a896d7d714ce1ff79c9e..6da7853df18fe2fa056da6267995e73d83f21388 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 f922ed0ceffc638b7aa1a15a52e1040d873f1648..ec1181ffeee371cf89bd09a430e10c6b5c6b7989 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>