From fd90a30a1a4a3a28fc00607d59409d50f220308f Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 10:52:42 -0400 Subject: [PATCH 1/2] chore(release): bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index d52e785d59..e3d56bd0f7 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.13 + 8.2.14 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 07024c9c8c..b1fba26ffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.2.13", + "version": "8.2.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.2.13", + "version": "8.2.14", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 08be5f84b0..94842207bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.13", + "version": "8.2.14", "authors": [ { "name": "Julius Härtl", From 2faca8b2e7a9d6da02b63da17d1428d91de70978 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 10:54:02 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c98634f9..d8b2c32fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.2.14 + +### Fixed +* Asset download checks @juliusknorr [#4136](https://github.com/nextcloud/richdocuments/pull/4136) +* Brute force protection for public file creation @juliusknorr [#4144](https://github.com/nextcloud/richdocuments/pull/4144) + ## 8.2.13 ### Fixed