From a4f7e35197bc126b10200d8e4425fa1169653f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 16 Feb 2024 16:12:02 +0100 Subject: [PATCH] chore(release): Bump version to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",