diff --git a/CHANGELOG.md b/CHANGELOG.md
index d45c4f92..af8092f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## [6.2.0]
+
+- Starred entries are no longer deleted after a certain amount of time, they are now kept indefinitely. The new `commafeed.database.cleanup.keep-starred-entries` setting can be disabled to restore the previous behavior if you want to keep deleting starred entries during normal entries cleanup (#1581)
+
## [6.1.1]
- Fix old starred entries not loading if they were marked as read (#2031)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 3ae01e0e..4fdb35f1 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 6.1.1
+ 6.2.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 729c2d74..ac0c8ccd 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 6.1.1
+ 6.2.0
commafeed-server
CommaFeed Server
@@ -295,7 +295,7 @@
com.commafeed
commafeed-client
- 6.1.1
+ 6.2.0
diff --git a/pom.xml b/pom.xml
index 81af79b5..da77288f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 6.1.1
+ 6.2.0
CommaFeed
pom