diff --git a/CHANGELOG.md b/CHANGELOG.md index a368fb8c32..48400e79a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.4.8 + +### Fixed +* Display proper custom logo in collabora @elzody [#4107](https://github.com/nextcloud/richdocuments/pull/4107) +* Admin Settings page when Watermark label selected @Koc [#4127](https://github.com/nextcloud/richdocuments/pull/4127) +* Asset download checks @juliusknorr [#4134](https://github.com/nextcloud/richdocuments/pull/4134) +* Brute force protection for public file creation @juliusknorr [#4142](https://github.com/nextcloud/richdocuments/pull/4142) + +### Other +* Update nextcloud/ocp dependency @nextcloud-command [#4097](https://github.com/nextcloud/richdocuments/pull/4097) +* Bump vue-material-design-icons from 5.3.0 to 5.3.1 @dependabot [#4110](https://github.com/nextcloud/richdocuments/pull/4110) +* npm audit @nextcloud-command [#4121](https://github.com/nextcloud/richdocuments/pull/4121) + ## 8.4.7 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 5891942d8d..7149b77872 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.7 + 8.4.8 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 6938bbdb15..e9f48abb55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.4.7", + "version": "8.4.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.4.7", + "version": "8.4.8", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index a2210187fa..a9310443d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.7", + "version": "8.4.8", "authors": [ { "name": "Julius Härtl",