diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38bbab584532035afe118275a47bc122ea6703ee..fc5e14a9b20ceb7e7cab2e67aa6c488e922dbf50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.4.7](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.6...v4.4.7) (2022-08-29)
+
+
+### Bug Fixes
+
+* add more logging ([c446fe0](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/commit/c446fe0f04e42068452baea2c43de975cf10166f))
+
 ## [4.4.6](https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/compare/v4.4.5...v4.4.6) (2022-08-29)
 
 
diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 8e1d46b645e58d58cfe8e8953a6012078c789d35..2f4637910ee8e20f9b17e790b32fd7ad2e5bc64b 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.7-SNAPSHOT</version>
+		<version>4.4.7</version>
 	</parent>
 	<artifactId>oaipmh-core</artifactId>
 	<packaging>jar</packaging>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 8f595e9f9ed05b8669a5ed824e8d329bff7472e2..41418cae2847332d8f0e6a545876fd66f9b4f963 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.7-SNAPSHOT</version>
+		<version>4.4.7</version>
 	</parent>
 	<artifactId>oaipmh-webapp</artifactId>
 	<packaging>war</packaging>
diff --git a/pom.xml b/pom.xml
index 25d708b5c8752112f83726a4889c78bb46aafd47..38b448634c65c30a676ed4602700b20f7554d9d2 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.7-SNAPSHOT</version>
+	<version>4.4.7</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>