diff --git a/changelog.md b/changelog.md
index c1ef0fa13..588a238f8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,18 @@
-### v5.1.11 (2023-09-1)
+### v5.2.0 BETA (2023-09-22)
+
+**Feature** In case of hard crashes of the main process it will automatically be restarted unless the last automatic restart was less than 15 seconds ago (to prevent loops)
+
+**Note** Windows releases now only contain three exe files (and documents) and no more DLL files
+
+**Fix** Hard crashes of the main process will now be logged properly. See #892
+
+**Note** All these changes require the wrapper files to be updated.
+
+**Note** I also updated a lot of libraries - hopefully no bugs ;-)
+
+
+
+### v5.1.11 (2023-09-01)
**Fix** Allow to configure Radarr v5 automatically. See #889
diff --git a/core/pom.xml b/core/pom.xml
index 66f882dd5..dbafa946a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 5.1.12-SNAPSHOT
+ 5.2.0
core
@@ -99,7 +99,7 @@
org.nzbhydra
mapping
- 5.1.12-SNAPSHOT
+ 5.2.0
diff --git a/core/src/main/resources/wrapperHashes2.json b/core/src/main/resources/wrapperHashes2.json
index 31a2da2b8..b06e88b69 100644
--- a/core/src/main/resources/wrapperHashes2.json
+++ b/core/src/main/resources/wrapperHashes2.json
@@ -1 +1 @@
-["ecadc9b8264968a2ca53cedb73f00a69b4172315","689d17b875be3325380c269985d74ebf36bb3e2d","d91554b36389cf1bf048b9c875279eefb643c7c9","fa260e076ad4d21aa33f9b546c72cd2563a62629","0f9c8b8315ac0a97b159435774e80e5211684070"]
\ No newline at end of file
+["711410af47d9fefebc348ce89f04b3d3a9d9acd7","ecadc9b8264968a2ca53cedb73f00a69b4172315","1fd37c1d7c8e8e8aafef2e9040e5d9348fb28875","75043da5b6532a44c61d6ca650b4d1c027e41079","39b4823a1e95d0c7277620febaed4d678ca34c16"]
\ No newline at end of file
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index 105921b5f..b0bf70ecc 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -59,7 +59,7 @@
org.nzbhydra
mapping
- 5.1.12-SNAPSHOT
+ 5.2.0
jaxb-impl
diff --git a/pom.xml b/pom.xml
index 879dd8cac..d5b3d9cf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
pom
- 5.1.12-SNAPSHOT
+ 5.2.0
shared
diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml
index db48425a0..f97d85b16 100644
--- a/releases/generic-release/pom.xml
+++ b/releases/generic-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 5.1.12-SNAPSHOT
+ 5.2.0
generic-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 5.1.12-SNAPSHOT
+ 5.2.0
diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml
index b63b53940..6cc82acde 100644
--- a/releases/linux-amd64-release/pom.xml
+++ b/releases/linux-amd64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 5.1.12-SNAPSHOT
+ 5.2.0
linux-amd64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 5.1.12-SNAPSHOT
+ 5.2.0
diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml
index 2ed516d85..90b90301a 100644
--- a/releases/linux-arm64-release/pom.xml
+++ b/releases/linux-arm64-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 5.1.12-SNAPSHOT
+ 5.2.0
linux-arm64-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 5.1.12-SNAPSHOT
+ 5.2.0
diff --git a/releases/pom.xml b/releases/pom.xml
index 91d922899..7649f98c3 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 5.1.12-SNAPSHOT
+ 5.2.0
releases
pom
- 5.1.12-SNAPSHOT
+ 5.2.0
generic-release
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index 5b9e7220a..543f8f15c 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 5.1.12-SNAPSHOT
+ 5.2.0
windows-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 5.1.12-SNAPSHOT
+ 5.2.0
diff --git a/shared/assertions/pom.xml b/shared/assertions/pom.xml
index e7df81f16..4a52aa10c 100644
--- a/shared/assertions/pom.xml
+++ b/shared/assertions/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 5.1.12-SNAPSHOT
+ 5.2.0
assertions
@@ -31,7 +31,7 @@
org.nzbhydra
mapping
- 5.1.12-SNAPSHOT
+ 5.2.0
org.assertj
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index e99da87ab..d1cc15e66 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -6,7 +6,7 @@
org.nzbhydra
shared
- 5.1.12-SNAPSHOT
+ 5.2.0
mapping
diff --git a/shared/pom.xml b/shared/pom.xml
index e27b786ca..15977ba9e 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,12 +4,12 @@
org.nzbhydra
nzbhydra2
- 5.1.12-SNAPSHOT
+ 5.2.0
shared
pom
- 5.1.12-SNAPSHOT
+ 5.2.0
mapping
diff --git a/tests/pom.xml b/tests/pom.xml
index 690b102b2..adf0b40d1 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 5.1.12-SNAPSHOT
+ 5.2.0
tests
diff --git a/tests/system/pom.xml b/tests/system/pom.xml
index 19271433c..5c647908e 100644
--- a/tests/system/pom.xml
+++ b/tests/system/pom.xml
@@ -23,7 +23,7 @@
org.nzbhydra
tests
- 5.1.12-SNAPSHOT
+ 5.2.0
org.nzbhydra.tests
@@ -101,7 +101,7 @@
org.nzbhydra
mapping
- 5.1.12-SNAPSHOT
+ 5.2.0
com.github.docker-java
@@ -128,7 +128,7 @@
org.nzbhydra
assertions
- 5.1.12-SNAPSHOT
+ 5.2.0