diff --git a/CHANGELOG.md b/CHANGELOG.md
index 100dc3ad3..5e5c6b099 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [3.10.1]
+
+- swap next and previous buttons (#1159)
+- unread count for subscriptions will now be shortened starting at 10k instead of 1k
+- increased websocket ping interval to just under a minute to reduce data and battery usage on mobile
+- only refresh subscription tree on a timer if websocket connection is unavailable
+- the Docker image now uses less memory by returning unused memory to the OS
+- add support for Java 21
+
## [3.10.0]
- added a Fever-compatible API that is usable with mobile clients that support the Fever API (see instructions in Settings -> Profile)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 6f7f7aff1..4de808699 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.10.0
+ 3.10.1
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 1f61785c6..db14362a8 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 3.10.0
+ 3.10.1
commafeed-server
CommaFeed Server
@@ -232,7 +232,7 @@
com.commafeed
commafeed-client
- 3.10.0
+ 3.10.1
diff --git a/pom.xml b/pom.xml
index 7f8547181..5b626c64f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 3.10.0
+ 3.10.1
CommaFeed
pom