From 55ee2db052e9153164caffc196a38166667f81e2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 28 Feb 2020 06:10:45 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4067829a..98b9aacc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,21 @@ # Changelog for [unreleased] (UNRELEASED) -The following sections list the changes for unreleased. +The following sections list the changes in ocis-konnectd unreleased. ## Summary -* Bugfix #17: Generate a random CSP-Nonce in the webapp -* Change #1: Initial release of basic version +* Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis-konnectd/issues/17) +* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1) ## Details -* Bugfix #17: Generate a random CSP-Nonce in the webapp +* Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis-konnectd/issues/17) https://github.com/owncloud/ocis-konnectd/issues/17 https://github.com/owncloud/ocis-konnectd/pull/29 -* Change #1: Initial release of basic version +* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1) Just prepare an initial basic version to serve konnectd embedded into our microservice infrastructure in the scope of the ownCloud Infinite Scale project.