diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd4115e4..d0a5f665 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,20 @@
# Changelog
+## [3.4.0]
+
+- add support for arm64 docker images
+- add divider to visually separate read-only information from form on the profile settings page
+- reduce javascript bundle size by 30% by loading only the necessary translations
+- add a standalone donate page with all ways to support CommaFeed
+- fix an issue introduced in 3.1.0 that could make CommaFeed not refresh feeds as fast as before on instances with lots of feeds
+- fix alignment of icon with text for category tree nodes
+- fix alignment of burger button with the rest of the header on mobile
+
## [3.3.2]
- restore entry selection indicator (left orange border) that was lost with the mantine 6.x upgrade (3.3.0)
- add dividers to visually separate read-only information from forms on feed and category details pages
-- reduced js bundle size by 10%
+- reduced javascript bundle size by 10%
## [3.3.1]
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index a700c004..33a7684a 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.3.2
+ 3.4.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 5ac82d2a..f2bf1954 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 3.3.2
+ 3.4.0
commafeed-server
CommaFeed Server
@@ -226,7 +226,7 @@
com.commafeed
commafeed-client
- 3.3.2
+ 3.4.0
diff --git a/pom.xml b/pom.xml
index ce17de65..552e30a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.3.2
+ 3.4.0
CommaFeed
pom