diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff340a687..ac481a8fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## [5.3.1]
+
+- Fixed an issue that could cause some HTTP feeds to return a 400 error (#1572)
+
## [5.3.0]
- Added a setting to set a cooldown on the "fetch all my feeds" action, disabled by default (#1556)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 5bd5284b5..16f6dcb50 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.3.0
+ 5.3.1
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 2132f64fa..26131368c 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.3.0
+ 5.3.1
commafeed-server
CommaFeed Server
@@ -294,7 +294,7 @@
com.commafeed
commafeed-client
- 5.3.0
+ 5.3.1
diff --git a/pom.xml b/pom.xml
index ce311740b..b4579e604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 5.3.0
+ 5.3.1
CommaFeed
pom