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.