From a5de9df2f78304e2f23c50cf2bcae329c30d8d77 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 11 Apr 2023 14:19:55 +0000
Subject: [PATCH] chore(release): 5.0.6 [skip ci]

## [5.0.6](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.5...v5.0.6) (2023-04-11)

### Bug Fixes

* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.10 ([9b695c9](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/9b695c91b9315521e6922e50e7d58ef2de2b0e70))
---
 CHANGELOG.md | 7 +++++++
 pom.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cbf4ce6..06f5a1af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [5.0.6](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.5...v5.0.6) (2023-04-11)
+
+
+### Bug Fixes
+
+* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.10 ([9b695c9](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/9b695c91b9315521e6922e50e7d58ef2de2b0e70))
+
 ## [5.0.5](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.4...v5.0.5) (2023-04-11)
 
 
diff --git a/pom.xml b/pom.xml
index 4d370c5f..c962a9b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>cz.metacentrum.perun</groupId>
     <artifactId>spRegistration</artifactId>
-    <version>5.0.5</version>
+    <version>5.0.6</version>
     <packaging>war</packaging>
 
     <name>perun-spRegistration</name>
-- 
GitLab