Skip to content

Commit 69ee577

Browse files
Merge pull request #296 from nextcloud/release/v1.16.3
1.16.3 - 2024-09-22
2 parents 6e8a2ad + 3aab2e6 commit 69ee577

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## 1.16.3 - 2024-09-22
8+
9+
### Changed
10+
11+
- ⬆️ Bump version number. Release again as last release had invalid signature.
12+
713
## 1.16.2 - 2024-09-16
814

915
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Data Request</name>
66
<summary>Request your data from the admins</summary>
77
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
8-
<version>1.16.2</version>
8+
<version>1.16.3</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" homepage="https://nextcloud.com">Arthur Schiwon</author>
1111
<namespace>DataRequest</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data_request",
3-
"version": "1.16.2",
3+
"version": "1.16.3",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)