diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03397e8..ce4c550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
+## 1.16.3 - 2024-09-22
+
+### Changed
+
+- ⬆️ Bump version number. Release again as last release had invalid signature.
+
## 1.16.2 - 2024-09-16
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d0e2ac..28214f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Data Request
Request your data from the admins
- 1.16.2
+ 1.16.3
agpl
Arthur Schiwon
DataRequest
diff --git a/package-lock.json b/package-lock.json
index 763a37a..d2761dd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "data_request",
- "version": "1.16.2",
+ "version": "1.16.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "data_request",
- "version": "1.16.2",
+ "version": "1.16.3",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@nextcloud/cypress": "^1.0.0-beta.6",
diff --git a/package.json b/package.json
index 13da9c8..d3aa735 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "data_request",
- "version": "1.16.2",
+ "version": "1.16.3",
"description": "Test script for the Nextcloud data_request app",
"main": "init.js",
"directories": {