diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6e3cc04..376de4d4 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.3.2 - 2026-09-17
+
+### Changed
+
+- Use new preloadCollection event to fetch all data for a directory [#371](https://github.com/nextcloud/approval/pull/371) @lukasdotcom
+
+### Fixed
+
+- Fix string array keys being converted to int when numeric [#442](https://github.com/nextcloud/approval/pull/442) @lukasdotcom
+- Delete user from rules when user is deleted [#444](https://github.com/nextcloud/approval/pull/444) @lukasdotcom
+
## 3.3.1 - 2026-07-23
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b41b25d9..69c8ff10 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.3.2-dev.0
+ 3.3.2
agpl
Julien Veyssier
Approval
diff --git a/package-lock.json b/package-lock.json
index 41f827e8..c88e3342 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "approval",
- "version": "3.3.1",
+ "version": "3.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "approval",
- "version": "3.3.1",
+ "version": "3.3.2",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@mdi/svg": "^7.3.67",
diff --git a/package.json b/package.json
index 2a19292b..2dc7037f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "approval",
- "version": "3.3.1",
+ "version": "3.3.2",
"description": "Approval",
"main": "index.js",
"scripts": {