From e7ec768c03c956e464982b5d0293445b247e5a2d Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 09:57:35 -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 9ff5ce3fef..c90d8ddaca 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.11 + 8.3.12 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index c89644d2ed..3729dc5743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.3.11", + "version": "8.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.3.11", + "version": "8.3.12", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 6561d20217..f8ef232c19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.11", + "version": "8.3.12", "authors": [ { "name": "Julius Härtl", From 78d310041374fb12fea11acbf384b237b7dfc889 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 18 Oct 2024 10:02:14 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04fbc4474..31c729a088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.3.12 + +### Fixed +* Display proper custom logo in collabora @elzody [#4106](https://github.com/nextcloud/richdocuments/pull/4106) +* Asset download checks @juliusknorr [#4135](https://github.com/nextcloud/richdocuments/pull/4135) +* Brute force protection for public file creation @juliusknorr [#4143](https://github.com/nextcloud/richdocuments/pull/4143) + +### Other +* npm audit @nextcloud-command [#4092](https://github.com/nextcloud/richdocuments/pull/4092) +* Update nextcloud/ocp dependency @nextcloud-command [#4099](https://github.com/nextcloud/richdocuments/pull/4099) +* npm audit @nextcloud-command [#4118](https://github.com/nextcloud/richdocuments/pull/4118) + ## 8.3.11 ### Fixed