From a74b134c46280773eaf678003eaee51d2a18b5ce Mon Sep 17 00:00:00 2001 From: Benjamin Frueh Date: Fri, 27 Feb 2026 17:38:02 +0100 Subject: [PATCH] chore: release v3.0.1 Signed-off-by: Benjamin Frueh --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ba7146..bb4636e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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/). +## 3.0.1 - 2026-02-27 + +### Added + +- ✨ Rate limiting for data export and deletion requests. + ## 3.0.0 - 2025-02-24 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 8e328bfc..aa8f6972 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Data Request Request your data from the admins - 3.0.0 + 3.0.1 agpl Arthur Schiwon DataRequest diff --git a/package-lock.json b/package-lock.json index bc223825..2fd2f859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "data_request", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "data_request", - "version": "3.0.0", + "version": "3.0.1", "license": "AGPL-3.0-or-later", "devDependencies": { "@nextcloud/cypress": "^1.0.0-beta.13", diff --git a/package.json b/package.json index 02062fd4..1726d20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data_request", - "version": "3.0.0", + "version": "3.0.1", "description": "Test script for the Nextcloud data_request app", "main": "init.js", "directories": {