diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca71434b..1fa1056e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## [5.11.0]
+
+- Add an option to navigate to the next unread category/feed when marking all entries as read (#1807)
+- Google Analytics support has been removed
+
## [5.10.0]
- Add an indicator next to each feed's unread count in the tree to show when new entries are discovered while the app is open (#1762)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index aa6f1c59..661fd7e9 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.10.0
+ 5.11.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 5a8034e7..07248c47 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.10.0
+ 5.11.0
commafeed-server
CommaFeed Server
@@ -357,7 +357,7 @@
com.commafeed
commafeed-client
- 5.10.0
+ 5.11.0
diff --git a/pom.xml b/pom.xml
index fdd3e9ab..3892a7ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 5.10.0
+ 5.11.0
CommaFeed
pom