diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cf4aaf12..39c8764ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.1.10 + +### Fixed +- Asset download checks @juliusknorr [#4138](https://github.com/nextcloud/richdocuments/pull/4138) +- Brute force protection for public file creation @juliusknorr [#4147](https://github.com/nextcloud/richdocuments/pull/4147) + ## 7.1.9 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 8a982a8804..60d984ec3a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 7.1.9 + 7.1.10 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 4eb3f0fc72..5bae915f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "7.0.0", + "version": "7.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "7.0.0-beta.1", + "version": "7.1.10", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 47f3d4972a..dac3aca9ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "7.1.9", + "version": "7.1.10", "authors": [ { "name": "Julius Härtl",