From 8011076d67848b77570707d0794574eaab0c260f Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 09:29:38 -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 6e68d6c8c4..cc3287a92f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 8.5.1 + 8.5.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 4f01d1e86e..b77f27d977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.5.1", + "version": "8.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.5.1", + "version": "8.5.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 18ec64c394..1a49a25ab6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.5.1", + "version": "8.5.2", "authors": [ { "name": "Julius Härtl", From 1b36bf14f9f4f800d1b1483c46a0a7aee8b6c7ae Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 09:38:05 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8bc7af8e..abb6aad842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ --> # Changelog +## 8.5.2 + +### Fixed +- Display proper custom logo in collabora @elzody [#4108](https://github.com/nextcloud/richdocuments/pull/4108) +- Admin Settings page when Watermark label selected @Koc [#4128](https://github.com/nextcloud/richdocuments/pull/4128) +- Asset download checks @juliusknorr [#4133](https://github.com/nextcloud/richdocuments/pull/4133) +- Brute force protection for public file creation @juliusknorr [#4141](https://github.com/nextcloud/richdocuments/pull/4141) + +### Other +- npm audit @nextcloud-command [#4093](https://github.com/nextcloud/richdocuments/pull/4093) +- Update nextcloud/ocp dependency @nextcloud-command [#4100](https://github.com/nextcloud/richdocuments/pull/4100) +- Bump vue-material-design-icons from 5.3.0 to 5.3.1 @dependabot [#4115](https://github.com/nextcloud/richdocuments/pull/4115) +- npm audit @nextcloud-command [#4120](https://github.com/nextcloud/richdocuments/pull/4120) + ## 8.5.1 ### Added