diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7f82d7..fd571fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.4.0] + +- An arm64 native executable is now available for download on the releases page +- The native executable Docker image now supports arm64 +- Fixed an issue with feeds that declared an invalid DOCTYPE (#1260) + ## [5.3.6] - Ignore invalid Cache-Control header values (#1619) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 175865aa..d3f70adf 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.6 + 5.4.0 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 2f1aa178..3a3f009a 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -6,7 +6,7 @@ com.commafeed commafeed - 5.3.6 + 5.4.0 commafeed-server CommaFeed Server @@ -297,7 +297,7 @@ com.commafeed commafeed-client - 5.3.6 + 5.4.0 diff --git a/pom.xml b/pom.xml index 205ce1d1..017e88db 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 5.3.6 + 5.4.0 CommaFeed pom