diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd571fa2..3d352642 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.5.0]
+
+- CommaFeed now honors the Retry-After response header and will not try to refresh a feed sooner than the value of this header
+- Audio enclosures (e.g. podcasts) now fill available entry width
+- Fix an issue with some labels not correctly internationalized
+
## [5.4.0]
- An arm64 native executable is now available for download on the releases page
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 810fa533..d6b6b33c 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.4.0
+ 5.5.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 9896c573..f1b21469 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.4.0
+ 5.5.0
commafeed-server
CommaFeed Server
@@ -297,7 +297,7 @@
com.commafeed
commafeed-client
- 5.4.0
+ 5.5.0
diff --git a/pom.xml b/pom.xml
index 017e88db..f5a7d614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 5.4.0
+ 5.5.0
CommaFeed
pom