diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77f4b9a33e64146fb6bd7add2e32b831e569a7bb..2ea8d2640ac462a507ef8748119b9426f5ffcabf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [4.4.11](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.10...v4.4.11) (2022-09-01)
+
+
+### Bug Fixes
+
+* add more and finer logs ([de828a0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/de828a0147a27ea10a169cd9d2070a0d2c92082d))
+* remove log4jcontextlistener ([10beddf](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/10beddf5a737f88e6aa414ed8f2a030a48da4d62))
+* remove some dead code, update Spring deps ([dc25e34](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/dc25e34d76d59f39cd24ba2e543b78ed11631482))
+
 ## [4.4.10](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.9...v4.4.10) (2022-08-30)
 
 
diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 388646eb146a8b7435b8af6f026f208b610cdf58..74668394c4e5e61e2a088a451946f0932ceecf9f 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>4.4.11-SNAPSHOT</version>
+		<version>4.4.11</version>
 	</parent>
 	<artifactId>oaipmh-core</artifactId>
 	<packaging>jar</packaging>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 7d4723add6d1fa797a79dadccd3c06197f8b70a8..c5f38c9d120d973cdffec7962182e20ec639571b 100644
--- a/oaipmh-webapp/pom.xml
+++ b/oaipmh-webapp/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>4.4.11-SNAPSHOT</version>
+		<version>4.4.11</version>
 	</parent>
 	<artifactId>oaipmh-webapp</artifactId>
 	<packaging>war</packaging>
diff --git a/pom.xml b/pom.xml
index c292474724d334a686197ae1b792bb1470cd9de1..2441032ccbb1a147c1654757986a263c9d21271a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh</artifactId>
-	<version>4.4.11-SNAPSHOT</version>
+	<version>4.4.11</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>