diff --git a/CHANGELOG.md b/CHANGELOG.md index c6379f8eec50938904c7aa595e0130798c176e0a..2ec8f059892f806a44ee188450e11e7d37316a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.4](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.3...v5.0.4) (2023-04-11) + + +### Bug Fixes + +* 🐛 Fix production transfer request ([f619d30](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/f619d3036ec953ead2535fa741664e476a954709)) + ## [5.0.3](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.2...v5.0.3) (2023-03-17) diff --git a/pom.xml b/pom.xml index 2a3711555efeb728df4da117def7110fa4f5d022..5e8f0cdf32cf725a4cd9a683c48676c475c421a8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>cz.metacentrum.perun</groupId> <artifactId>spRegistration</artifactId> - <version>5.0.3</version> + <version>5.0.4</version> <packaging>war</packaging> <name>perun-spRegistration</name>