diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b1a4c47..e1f6dde8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 3.1.0 - 2026-01-23
+
+### Changed
+
+- Use new settings components @lukasdotcom [#364](https://github.com/nextcloud/approval/pull/364)
+
+### Fixed
+
+- Add better error message on users side for failed approval @lukasdotcom [#365](https://github.com/nextcloud/approval/pull/365)
+
## 3.0.0 - 2026-01-08
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e7aa82a5..f7631c18 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ Approve/reject files based on workflows defined by admins.
**Warning**: The DocuSign integration is no longer part of this app
and can be installed with [this app](https://apps.nextcloud.com/apps/integration_docusign).
]]>
- 3.0.0
+ 3.1.0
agpl
Julien Veyssier
Approval