diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfae7f686b..f21989bf6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+### 6.1.1 (2024-12-05)
+
+#### Contributors
+
+* Jeroen Dalsem (4)
+* Jerôme Bakker (2)
+
+#### Bug fixes
+
+* **notifications:** only get url if possible in default body [aa9282122](https://github.com/Elgg/Elgg/commit/aa9282122a09ceb7d310326cb09895b42b32673a)
+* **db:** correctly invalidate caches when changing metadata [f66815cc3](https://github.com/Elgg/Elgg/commit/f66815cc34addeb3b034763c3f2082646f4a01ca)
+
+
## 6.1.0 (2024-11-20)
diff --git a/composer.json b/composer.json
index d257c49edf..1157fcd887 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "elgg/elgg",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",
"license": "GPL-2.0-only",
"minimum-stability": "dev",
diff --git a/composer.lock b/composer.lock
index e83f752f73..607e907cd7 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "86ff0ec4177ddd1be0bb2bc5486965ab",
+ "content-hash": "0aa87b4be2b1a038cbb6e978c2f0b419",
"packages": [
{
"name": "cakephp/chronos",