diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ee9ecb5..ebdeb4bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.6.0]
+
+- switched from Temurin to OpenJ9 as the JVM used in the Docker image, resulting in memory usage reduction by up to 50%
+- fix an issue that could cause old entries to reappear if they were updated by their author (#1486)
+- show all entries regardless of their read status when searching with keywords, even if the ui is configured to show
+ unread entries only
+
## [4.5.0]
- significantly reduce the time needed to retrieve entries or mark them as read, especially when there are a lot of
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index eed80ac8..e67c2b99 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 4.5.0
+ 4.6.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 94f2ef8f..819248c8 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 4.5.0
+ 4.6.0
commafeed-server
CommaFeed Server
@@ -236,7 +236,7 @@
com.commafeed
commafeed-client
- 4.5.0
+ 4.6.0
diff --git a/pom.xml b/pom.xml
index 3dc4a2f9..da9fb825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 4.5.0
+ 4.6.0
CommaFeed
pom