diff --git a/CHANGELOG.md b/CHANGELOG.md index ac481a8fc..932bd0291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [5.3.2] + +- Fixed an issue that could cause some images from not being rendered correctly (#1587) + ## [5.3.1] - Fixed an issue that could cause some HTTP feeds to return a 400 error (#1572) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 16f6dcb50..663ef44d3 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.1 + 5.3.2 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 4d2588909..d3678f04d 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.1 + 5.3.2 commafeed-server CommaFeed Server @@ -294,7 +294,7 @@ com.commafeed commafeed-client - 5.3.1 + 5.3.2 diff --git a/pom.xml b/pom.xml index b4579e604..b90ceab95 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.3.1 + 5.3.2 CommaFeed pom