diff --git a/changelog.md b/changelog.md
index 839945867..fe5d351ed 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+### v1.0.11
+Fix: Fix error in auth introduced in a previous version
+
### v1.0.10
Feature: Improve the logging for web exceptions (which are often swallowed which makes debugging harder)
Fix: Name of the category would not update in the category dropdown box on the search page
diff --git a/core/pom.xml b/core/pom.xml
index b2da18522..05e9073fe 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 1.0.11-SNAPSHOT
+ 1.0.11
core
@@ -83,7 +83,7 @@
org.nzbhydra
mapping
- 1.0.11-SNAPSHOT
+ 1.0.11
diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml
index 00763091c..d8db4e84a 100644
--- a/other/mockserver/pom.xml
+++ b/other/mockserver/pom.xml
@@ -45,7 +45,7 @@
org.nzbhydra
mapping
- 1.0.11-SNAPSHOT
+ 1.0.11
diff --git a/pom.xml b/pom.xml
index ab2e672d3..33ef0d892 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
pom
- 1.0.11-SNAPSHOT
+ 1.0.11
shared
diff --git a/releases/linux-release/pom.xml b/releases/linux-release/pom.xml
index 6d7c2a442..5423de576 100644
--- a/releases/linux-release/pom.xml
+++ b/releases/linux-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 1.0.11-SNAPSHOT
+ 1.0.11
linux-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 1.0.11-SNAPSHOT
+ 1.0.11
diff --git a/releases/pom.xml b/releases/pom.xml
index 75ca8afc4..8bb5ac640 100644
--- a/releases/pom.xml
+++ b/releases/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
- 1.0.11-SNAPSHOT
+ 1.0.11
releases
diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml
index a25fab157..9e9544974 100644
--- a/releases/windows-release/pom.xml
+++ b/releases/windows-release/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
releases
- 1.0.11-SNAPSHOT
+ 1.0.11
windows-release
@@ -15,7 +15,7 @@
org.nzbhydra
core
- 1.0.11-SNAPSHOT
+ 1.0.11
diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml
index d057bc803..b422f670a 100644
--- a/shared/mapping/pom.xml
+++ b/shared/mapping/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
shared
- 1.0.11-SNAPSHOT
+ 1.0.11
mapping
diff --git a/shared/pom.xml b/shared/pom.xml
index ee7cce05d..81cbce704 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -4,7 +4,7 @@
org.nzbhydra
nzbhydra2
- 1.0.11-SNAPSHOT
+ 1.0.11
shared
diff --git a/tests/pom.xml b/tests/pom.xml
index ced762c13..eb239846b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.nzbhydra
nzbhydra2
- 1.0.11-SNAPSHOT
+ 1.0.11
tests
@@ -31,7 +31,7 @@
org.nzbhydra
core
- 1.0.11-SNAPSHOT
+ 1.0.11