From cb1f7f802237f03be9d9e2b46f93c6faa4aba91f Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:25:31 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb25fe15d..63e9c592df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515) * Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) * Enhancement - Update reva: [#6507](https://github.com/owncloud/ocis/pull/6507) * Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452) @@ -18,6 +19,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515) + + We have added missing timestamps to the audit service + + https://github.com/owncloud/ocis/issues/3753 + https://github.com/owncloud/ocis/pull/6515 + * Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) We needed to make the service name of the app provider configurable. This needs to be changed