Skip to content

Commit 27120b4

Browse files
Merge pull request #458 from nextcloud/release/3.0.1
chore: release v3.0.1
2 parents 53d5652 + a74b134 commit 27120b4

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

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

11+
## 3.0.1 - 2026-02-27
12+
13+
### Added
14+
15+
- ✨ Rate limiting for data export and deletion requests.
16+
1117
## 3.0.0 - 2025-02-24
1218

1319
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Data Request</name>
1010
<summary>Request your data from the admins</summary>
1111
<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>
12-
<version>3.0.0</version>
12+
<version>3.0.1</version>
1313
<licence>agpl</licence>
1414
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)