diff --git a/CHANGELOG.md b/CHANGELOG.md
index 377c06b9f..279261e15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [4.4.0]
+
+- add support for sharing using the browser native capabilities if available (#1255)
+- add a button in the entry headers to star an entry (#1025)
+- add a button in the entry headers to open links in a new tab (#1333)
+- add two options in the settings to toggle those buttons
+- accept .opml file extension when importing and export with the .opml extension
+- the "mark as read" option is no longer shown in the context menu for entries that are too old to be marked as read (
+ older than `keepStatusDays`) (#1303)
+
## [4.3.3]
- fix OPML import (#1279)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 6ee7a0512..ccf1812d9 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.3.3
+ 4.4.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 2649168b1..4ba209094 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 4.3.3
+ 4.4.0
commafeed-server
CommaFeed Server
@@ -211,7 +211,7 @@
com.commafeed
commafeed-client
- 4.3.3
+ 4.4.0
diff --git a/pom.xml b/pom.xml
index 2e5f51e6c..37d52b276 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.3.3
+ 4.4.0
CommaFeed
pom