diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0a5f6658..3981bcf36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [3.5.0]
+
+- add compatibility with the new version of the CommaFeed browser extension
+- disable pull-to-refresh on mobile as it messes with vertical scrolling
+- add css classes to feed entries to help with custom css rules
+- api documentation page no longer requires users to be authenticated
+- add a setting to limit the number of feeds a user can subscribe to
+- add a setting to disable strict password policy
+- add feed refresh engine metrics
+- fix redis timeouts
+
## [3.4.0]
- add support for arm64 docker images
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 33a7684ae..dba0a93b8 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.4.0
+ 3.5.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 0a2afcccf..93ab94542 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 3.4.0
+ 3.5.0
commafeed-server
CommaFeed Server
@@ -226,7 +226,7 @@
com.commafeed
commafeed-client
- 3.4.0
+ 3.5.0
diff --git a/pom.xml b/pom.xml
index 552e30a65..74257b4f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.4.0
+ 3.5.0
CommaFeed
pom