diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e025f1ed..a554924bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.3.9 + +### Fixed + +* Add 'title' attribute to iframe for accessibility [#3822](https://github.com/nextcloud/richdocuments/pull/3822) +* Allow passing css var to change Collabora logo color [#3854](https://github.com/nextcloud/richdocuments/pull/3854) + +### Other + +* Update nextcloud/ocp dependency [#3817](https://github.com/nextcloud/richdocuments/pull/3817) +* Update nextcloud/ocp dependency [#3847](https://github.com/nextcloud/richdocuments/pull/3847) + ## 8.3.8 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index aa6d818f28..c8b2a2078e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.8 + 8.3.9 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 0d9e2ea061..17d080aa95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.3.8", + "version": "8.3.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a8f7d16dee..d1e3b18c22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.8", + "version": "8.3.9", "authors": [ { "name": "Julius Härtl",