diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cbf4ce614498c9dc8e71269aa872f73a23148ed..06f5a1afbf70e2f8dc052acfc444e2e2a5f4bc6f 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 4d370c5f598a82fe5cd8ff5d969a35ebf8112192..c962a9b899066a31d51760aa50ab1a8aedb934b0 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>