diff --git a/CHANGELOG.md b/CHANGELOG.md
index 753b3d79646670cae0b19cf4a3199ac6000b578b..4424c73fc2eb15085ca4a896d7d714ce1ff79c9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [5.1.5](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.4...v5.1.5) (2023-08-04)
+
+
+### Bug Fixes
+
+* commit maven-wrapper.jar ([932803f](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/932803f366b6cc6a6577e09204af50d17d7a6544))
+* upgrade maven wrapper to official 3.2.0 ([071c947](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/071c9475663ce5e4740afd2706c710c8e1be12f1))
+
 ## [5.1.4](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/compare/v5.1.3...v5.1.4) (2023-08-04)
 
 
diff --git a/pom.xml b/pom.xml
index dd1ccb26333ecf4d628fc690ebca048263c9488f..f922ed0ceffc638b7aa1a15a52e1040d873f1648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>cz.metacentrum.perun</groupId>
     <artifactId>spRegistration</artifactId>
-    <version>5.1.4</version>
+    <version>5.1.5</version>
     <packaging>war</packaging>
 
     <name>perun-spRegistration</name>