diff --git a/CHANGELOG.md b/CHANGELOG.md
index 279261e15..3386b49bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [4.4.1]
+
+- fix vertical scrolling issues with Safari (#1168)
+- the default value for new users for the "star entry" button and the "open in new tab" button in the entry headers is
+ now "on desktop" instead of "always"
+- the "keyboard shortcuts" help page now shows "Cmd" instead of "Ctrl" on macOS (#1389)
+- remove a superfluous feed fetch when subscribing to a feed (#1431)
+- the Docker image now uses Java 21
+
## [4.4.0]
- add support for sharing using the browser native capabilities if available (#1255)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index ccf1812d9..a575043d0 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.4.0
+ 4.4.1
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index e72dd8eb3..6d0bb124a 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 4.4.0
+ 4.4.1
commafeed-server
CommaFeed Server
@@ -211,7 +211,7 @@
com.commafeed
commafeed-client
- 4.4.0
+ 4.4.1
diff --git a/pom.xml b/pom.xml
index 0aa1d39da..a462b74f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.4.0
+ 4.4.1
CommaFeed
pom