diff --git a/changelog.md b/changelog.md
index cf1bdd0f2..110baf7f5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+### v7.12.1 (2025-01-12)
+
+**Fix** Workaround for parsing of results for an indexer which had to restore from a backup lately. Results will show no category until they fix the issue on their side.
+
+
+
 ### v7.12.0 (2025-01-10)
 
 **Feature** If enabled log and/or store username for NZB links. This way when sending a link to be downloaded from hydra the username that caused the download will be known. See <a href="https://github.com/theotherp/nzbhydra2/issues/981">#981</a>
diff --git a/core/pom.xml b/core/pom.xml
index def2c2680..ff4b1c0cb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>nzbhydra2</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>core</artifactId>
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>mapping</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
 
         <!-- spring (boot) -->
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index 2c0532d79..b0ce1f86c 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>mapping</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
             <exclusions>
                 <exclusion>
                     <artifactId>jaxb-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index 88dc3bee9..ebf2527ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.nzbhydra</groupId>
     <artifactId>nzbhydra2</artifactId>
     <packaging>pom</packaging>
-    <version>7.12.1-SNAPSHOT</version>
+    <version>7.12.1</version>
 
     <modules>
         <module>shared</module>
diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml
index d1b965f01..3f034efaf 100644
--- a/releases/generic-release/pom.xml
+++ b/releases/generic-release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>releases</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>generic-release</artifactId>
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>core</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
     </dependencies>
 
diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml
index 680f8838c..301f48c17 100644
--- a/releases/linux-amd64-release/pom.xml
+++ b/releases/linux-amd64-release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>releases</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>linux-amd64-release</artifactId>
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>core</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
     </dependencies>
 
diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml
index 6b19dc28e..a3cf6e237 100644
--- a/releases/linux-arm64-release/pom.xml
+++ b/releases/linux-arm64-release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>releases</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>linux-arm64-release</artifactId>
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>core</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
     </dependencies>
 
diff --git a/releases/pom.xml b/releases/pom.xml
index 941333a38..e87c4a16a 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>nzbhydra2</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>releases</artifactId>
     <packaging>pom</packaging>
-    <version>7.12.1-SNAPSHOT</version>
+    <version>7.12.1</version>
 
     <modules>
         <module>generic-release</module>
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index 58509cd97..ef46e8f88 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>releases</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>windows-release</artifactId>
@@ -15,7 +15,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>core</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
     </dependencies>
 
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index c8e381083..a7fa73f4b 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>shared</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>mapping</artifactId>
diff --git a/shared/pom.xml b/shared/pom.xml
index 5fe381366..4e025b189 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>nzbhydra2</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>shared</artifactId>
     <packaging>pom</packaging>
-    <version>7.12.1-SNAPSHOT</version>
+    <version>7.12.1</version>
 
     <modules>
         <module>mapping</module>
diff --git a/tests/pom.xml b/tests/pom.xml
index 4aab3435f..85ffc0571 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>nzbhydra2</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <artifactId>tests</artifactId>
diff --git a/tests/system/pom.xml b/tests/system/pom.xml
index f25817e5c..60fb13280 100644
--- a/tests/system/pom.xml
+++ b/tests/system/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.nzbhydra</groupId>
         <artifactId>tests</artifactId>
-        <version>7.12.1-SNAPSHOT</version>
+        <version>7.12.1</version>
     </parent>
 
     <groupId>org.nzbhydra.tests</groupId>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.nzbhydra</groupId>
             <artifactId>mapping</artifactId>
-            <version>7.12.1-SNAPSHOT</version>
+            <version>7.12.1</version>
         </dependency>
         <dependency>
             <groupId>com.github.docker-java</groupId>