diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4669633a..7459756a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 2.7.1 – 2025-09-05
+
+### Fixed
+
+- Prevent accessing array index on null @julien-nc [#351](https://github.com/nextcloud/assistant/pull/351)
+
## 2.7.0 – 2025-09-05
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c182e4f..78b3d287 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -62,7 +62,7 @@ Known providers:
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
]]>
- 2.7.0
+ 2.7.1
agpl
Julien Veyssier
Assistant