diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bba70f..6b216965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.0 + +### Fixed + +- fix: File creation on Nextcloud 28 @juliushaertl [#519](https://github.com/nextcloud/officeonline/pull/519) +- fix: Skip CSP setup on CLI @juliushaertl [#507](https://github.com/nextcloud/officeonline/pull/507) +- fix: 28 deprecation compatiblity @juliushaertl [#490](https://github.com/nextcloud/officeonline/pull/490) + ## 2.0.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index b4aebb05..c10a8637 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Edit office documents directly in your browser. This application can connect to an Office Online server with Nextcloud. - 2.0.3 + 2.1.0 agpl Julius Härtl diff --git a/package.json b/package.json index f891608d..a185b8e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "officeonline", "description": "Collabora online integration", - "version": "2.0.3", + "version": "2.1.0", "authors": [ { "name": "Julius Härtl",