diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06f5a1afbf70e2f8dc052acfc444e2e2a5f4bc6f..e6a57df4dbeda9c9aa2b1dc1124e30cb833fcede 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [5.0.7](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.0.6...v5.0.7) (2023-04-23)
+
+
+### Bug Fixes
+
+* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.11 ([0884c85](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/0884c8561809e03f95d1c7aa2cb3b5408dd027c3))
+
 ## [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)
 
 
diff --git a/pom.xml b/pom.xml
index 0e7030ba2051cb65e0d2603b474e537c19ef26e1..df8c10b53975532018e2adc9481056f3623f1875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>cz.metacentrum.perun</groupId>
     <artifactId>spRegistration</artifactId>
-    <version>5.0.6</version>
+    <version>5.0.7</version>
     <packaging>war</packaging>
 
     <name>perun-spRegistration</name>