diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d6fc52..21041340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ 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/). +## 5.1.0 - 2026-06-01 + +### Added + +- ✨ Support Nextcloud 34. + +## 5.0.0 - 2026-02-26 + +### Added + +- ✨ Support Nextcloud 33. +- ✨ Rate limiting for data export and deletion requests. + ## 4.0.0 - 2025-08-21 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 9fddf0c5..a2889391 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Data Request Request your data from the admins - 5.0.0-dev.0 + 5.1.0 agpl Arthur Schiwon DataRequest @@ -20,7 +20,7 @@ https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png - + diff --git a/package-lock.json b/package-lock.json index 25727d00..132ef397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "data_request", - "version": "5.0.0-dev.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "data_request", - "version": "5.0.0-dev.0", + "version": "5.1.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@nextcloud/cypress": "^1.0.0-beta.13", diff --git a/package.json b/package.json index 8ed7d33b..2e7eb74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data_request", - "version": "5.0.0-dev.0", + "version": "5.1.0", "description": "Test script for the Nextcloud data_request app", "main": "init.js", "directories": {