From 8a2cbd98a7f5bd1a7b8e6b222d70f4389743e4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 28 Jul 2020 15:11:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df57053c11..d734879c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ -# Changes in 0.1.0 +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-ocs unreleased. + +[unreleased]: https://github.com/owncloud/ocis-ocs/compare/v0.1.0...master + +## Summary + +* Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23) + +## Details + +* Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23) + + We added support for a basic set of API calls for the user provisioning API. + [Reference](https://doc.owncloud.com/server/admin_manual/configuration/user/user_provisioning_api.html) + + https://github.com/owncloud/ocis-ocs/pull/23 + +# Changelog for [0.1.0] (2020-07-23) + +The following sections list the changes in ocis-ocs 0.1.0. + +[0.1.0]: https://github.com/owncloud/ocis-ocs/compare/acd6d6e7f59d1a44bcedb4dd60564910b474c38a...v0.1.0 ## Summary