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