diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ec8f059892f806a44ee188450e11e7d37316a97..4cbf4ce614498c9dc8e71269aa872f73a23148ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [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)
+
+
+### Bug Fixes
+
+* 🐛 Enable request rejection in approval process ([052bdd5](https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-spRegistration-app/commit/052bdd50f3d171ebe2da44ffb4f6c233b785261a))
+
 ## [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)
 
 
diff --git a/pom.xml b/pom.xml
index 5e8f0cdf32cf725a4cd9a683c48676c475c421a8..1cd25fd0fbc3c334b7ff50e242dfd085ee7478dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>cz.metacentrum.perun</groupId>
     <artifactId>spRegistration</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.5</version>
     <packaging>war</packaging>
 
     <name>perun-spRegistration</name>