From 72b00b59a907f38fe9c3ac39e6d112d3458894e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 11 Apr 2023 09:25:41 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6379f8e..2ec8f059 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 2a371155..5e8f0cdf 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> -- GitLab