diff --git a/changelog.md b/changelog.md
index c7a3b3f22..b106c3005 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+### v7.4.0 (2024-08-10)
+
+**Feature** Support for NzbIndex Beta and NZBKing. Big thanks to Daniel Kastner for implementing this. See #960
+
+**Fix** Prevent indexer searches with null IDs. See #961
+
+**Fix** Support multiple entries in X-Forwarded-Host header. See #963
+
+
+
### v7.3.0 (2024-07-13)
**Feature** Add support for the appropriately named WtfNzb. Only query based searches are supported. See #275
diff --git a/core/pom.xml b/core/pom.xml
index 5e38db97d..ae4e47358 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.3.1-SNAPSHOT
+ 7.4.0
core
@@ -99,7 +99,7 @@
org.nzbhydra
mapping
- 7.3.1-SNAPSHOT
+ 7.4.0
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index a2d4ecd4c..94e92fc44 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -59,7 +59,7 @@
org.nzbhydra
mapping
- 7.3.1-SNAPSHOT
+ 7.4.0
jaxb-impl
diff --git a/pom.xml b/pom.xml
index e4def8f43..02b189619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
pom
- 7.3.1-SNAPSHOT
+ 7.4.0
shared
diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml
index 417416fdc..b7d86811b 100644
--- a/releases/generic-release/pom.xml
+++ b/releases/generic-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.3.1-SNAPSHOT
+ 7.4.0
generic-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.3.1-SNAPSHOT
+ 7.4.0
diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml
index 2e29673a8..ccc137998 100644
--- a/releases/linux-amd64-release/pom.xml
+++ b/releases/linux-amd64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.3.1-SNAPSHOT
+ 7.4.0
linux-amd64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.3.1-SNAPSHOT
+ 7.4.0
diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml
index 9ca5dce64..13f3c2129 100644
--- a/releases/linux-arm64-release/pom.xml
+++ b/releases/linux-arm64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.3.1-SNAPSHOT
+ 7.4.0
linux-arm64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.3.1-SNAPSHOT
+ 7.4.0
diff --git a/releases/pom.xml b/releases/pom.xml
index 85a16584a..e2336adb7 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.3.1-SNAPSHOT
+ 7.4.0
releases
pom
- 7.3.1-SNAPSHOT
+ 7.4.0
generic-release
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index 2929b0a33..0aaa430ea 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 7.3.1-SNAPSHOT
+ 7.4.0
windows-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 7.3.1-SNAPSHOT
+ 7.4.0
diff --git a/shared/assertions/pom.xml b/shared/assertions/pom.xml
index 381263208..0da67af5e 100644
--- a/shared/assertions/pom.xml
+++ b/shared/assertions/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 7.3.1-SNAPSHOT
+ 7.4.0
assertions
@@ -31,7 +31,7 @@
org.nzbhydra
mapping
- 7.3.1-SNAPSHOT
+ 7.4.0
org.assertj
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index 10a3985a5..2a08b4943 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 7.3.1-SNAPSHOT
+ 7.4.0
mapping
diff --git a/shared/pom.xml b/shared/pom.xml
index 9848c9ccc..e090f8b02 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 7.3.1-SNAPSHOT
+ 7.4.0
shared
pom
- 7.3.1-SNAPSHOT
+ 7.4.0
mapping
diff --git a/tests/pom.xml b/tests/pom.xml
index 1b8c85dfe..de56624cd 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 7.3.1-SNAPSHOT
+ 7.4.0
tests
diff --git a/tests/system/pom.xml b/tests/system/pom.xml
index 4aaafc396..329236144 100644
--- a/tests/system/pom.xml
+++ b/tests/system/pom.xml
@@ -23,7 +23,7 @@
org.nzbhydra
tests
- 7.3.1-SNAPSHOT
+ 7.4.0
org.nzbhydra.tests
@@ -101,7 +101,7 @@
org.nzbhydra
mapping
- 7.3.1-SNAPSHOT
+ 7.4.0
com.github.docker-java
@@ -128,7 +128,7 @@
org.nzbhydra
assertions
- 7.3.1-SNAPSHOT
+ 7.4.0