diff --git a/changelog.md b/changelog.md
index ce97eb617..0238c67a2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+### v7.11.1 (2024-12-29)
+
+**Fix** Another one of those times where I tried to improve something but broke it. For some users downloading results didn't work. This is hopefully fixed now. It worked fine for me locally and in the automated tests.
+
+
+
### v7.11.0 (2024-12-29)
**Feature** Support for torbox.app as a usenet downloader. They allow sending NZBs to them and you can access the downloaded stuff via web or multiple integrations like FTP, WebDAV, etc. Using them as a search engine or to download torrents will / may come later.
diff --git a/core/pom.xml b/core/pom.xml
index 8175b8f29..a3ab37acf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.11.1-SNAPSHOT
+ 7.11.1
core
@@ -99,7 +99,7 @@
org.nzbhydra
mapping
- 7.11.1-SNAPSHOT
+ 7.11.1
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index 27f6115bc..a20ce662d 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -59,7 +59,7 @@
org.nzbhydra
mapping
- 7.11.1-SNAPSHOT
+ 7.11.1
jaxb-impl
diff --git a/pom.xml b/pom.xml
index ccdaa8b8d..4988b61b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
pom
- 7.11.1-SNAPSHOT
+ 7.11.1
shared
diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml
index 7af6efa54..adfec487f 100644
--- a/releases/generic-release/pom.xml
+++ b/releases/generic-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.11.1-SNAPSHOT
+ 7.11.1
generic-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.11.1-SNAPSHOT
+ 7.11.1
diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml
index 21c927030..7a35d92f2 100644
--- a/releases/linux-amd64-release/pom.xml
+++ b/releases/linux-amd64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.11.1-SNAPSHOT
+ 7.11.1
linux-amd64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.11.1-SNAPSHOT
+ 7.11.1
diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml
index 783712adb..3b44a2009 100644
--- a/releases/linux-arm64-release/pom.xml
+++ b/releases/linux-arm64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.11.1-SNAPSHOT
+ 7.11.1
linux-arm64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.11.1-SNAPSHOT
+ 7.11.1
diff --git a/releases/pom.xml b/releases/pom.xml
index 4eca741b9..f87e655e3 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.11.1-SNAPSHOT
+ 7.11.1
releases
pom
- 7.11.1-SNAPSHOT
+ 7.11.1
generic-release
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index d951e4e2f..07de9505d 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.11.1-SNAPSHOT
+ 7.11.1
windows-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.11.1-SNAPSHOT
+ 7.11.1
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index 9c851fb2e..4c9f03805 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 7.11.1-SNAPSHOT
+ 7.11.1
mapping
diff --git a/shared/pom.xml b/shared/pom.xml
index ea707660e..f14810b57 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.11.1-SNAPSHOT
+ 7.11.1
shared
pom
- 7.11.1-SNAPSHOT
+ 7.11.1
mapping
diff --git a/tests/pom.xml b/tests/pom.xml
index a506a229a..309ebcdca 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.11.1-SNAPSHOT
+ 7.11.1
tests
diff --git a/tests/system/pom.xml b/tests/system/pom.xml
index 617ae44ac..3681e76ed 100644
--- a/tests/system/pom.xml
+++ b/tests/system/pom.xml
@@ -23,7 +23,7 @@
org.nzbhydra
tests
- 7.11.1-SNAPSHOT
+ 7.11.1
org.nzbhydra.tests
@@ -101,7 +101,7 @@
org.nzbhydra
mapping
- 7.11.1-SNAPSHOT
+ 7.11.1
com.github.docker-java