From b187c847f2e896c1555edb36f0f84d461ddc3fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 6 Jul 2022 22:13:42 +0200 Subject: [PATCH] Bump version to 5.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac09d31b3..6967409cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.6 + +### Other + +- add "is_guest" to extra info user data [#2246](https://github.com/nextcloud/richdocuments/pull/2246) + ## 5.0.5 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 41cae6ce4f..3d09222550 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 5.0.5 + 5.0.6 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 19c93fea13..28740d6191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "5.0.5", + "version": "5.0.6", "authors": [ { "name": "Julius Härtl", @@ -115,4 +115,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} +} \ No newline at end of file