diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1995cdb0..e584e7ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,17 @@ 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.2.1 - 2026-04-14
+
+### Changed
+
+- Change api signature to require etag [#403](https://github.com/nextcloud/approval/pull/403) @lukasdotcom
+
+### Fixed
+
+- Prevent re-requesting approval for already approved files [#399](https://github.com/nextcloud/approval/pull/399) @Amitdwivedi22
+- Fix grammar in error message for file sharing [#400](https://github.com/nextcloud/approval/pull/400) @rakekniven
+
## 3.2.0 – 2026-03-16
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6e5a90e4..4ae5720f 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.2.0
+ 3.2.1
agpl
Julien Veyssier
Approval
diff --git a/package.json b/package.json
index 0be1b470..1894698f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "approval",
- "version": "1.0.12",
+ "version": "3.2.1",
"description": "Approval",
"main": "index.js",
"scripts": {