diff --git a/CHANGELOG.md b/CHANGELOG.md
index c07def61..4e467805 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.12.0]
+
+- Added a setting to disable the "disable pull to refresh" feature because it messes with some browsers (#1168)
+- Emojis in feeds are now correctly displayed (#1955)
+- Don't show "Star/Unstar" in the context menu if the entry is too old to be starred (#1935)
+- Invalid relative urls in feeds no longer prevent those feeds from being parsed (#1939)
+- Fix an issue that could prevent large feeds from being parsed when using Java 24+ (#1961)
+- Enforce user password validation when created in the admin view (#1937)
+- The process in the docker native image is now called "commafeed" instead of "application"
+
## [5.11.1]
- The search limit of 3 characters has been removed (#1887)
diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml
index 8414a30c..2fd55254 100644
--- a/commafeed-client/pom.xml
+++ b/commafeed-client/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.11.1
+ 5.12.0
commafeed-client
CommaFeed Client
diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 0bca7958..631f1b24 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -6,7 +6,7 @@
com.commafeed
commafeed
- 5.11.1
+ 5.12.0
commafeed-server
CommaFeed Server
@@ -357,7 +357,7 @@
com.commafeed
commafeed-client
- 5.11.1
+ 5.12.0
diff --git a/pom.xml b/pom.xml
index 2e598693..b88933aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.commafeed
commafeed
- 5.11.1
+ 5.12.0
CommaFeed
pom