diff --git a/CHANGELOG.md b/CHANGELOG.md index b292e0b84..2b7f82d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [5.3.6] + +- Ignore invalid Cache-Control header values (#1619) + ## [5.3.5] - Fixed an issue with the aspect ratio of images of some feeds (#1595) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index a8fe61644..678421b95 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.5 + 5.3.6 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index f5918d0ee..33a549754 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.5 + 5.3.6 commafeed-server CommaFeed Server @@ -297,7 +297,7 @@ com.commafeed commafeed-client - 5.3.5 + 5.3.6 diff --git a/pom.xml b/pom.xml index e524b3467..205ce1d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.3.5 + 5.3.6 CommaFeed pom