From 74b03a1254c6cbb3de4bc0ac3ed730409cab5046 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 31 Mar 2020 09:05:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ go.sum | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1676c0100a..2c114f159a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The following sections list the changes for unreleased. ## Summary * Chg #1: Initial release of basic version + * Chg #16: Update ocis-pkg to version 2.2.0 * Enh #14: Configuration * Enh #13: Implement preview API @@ -17,6 +18,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis-webdav/issues/1 + * Change #16: Update ocis-pkg to version 2.2.0 + + Updated ocis-pkg to include the cors header changes. + + https://github.com/owncloud/ocis-webdav/issues/16 + * Enhancement #14: Configuration Extensions should be responsible of configuring themselves. We use Viper for config loading diff --git a/go.sum b/go.sum index 67fc55226e..499ca6af17 100644 --- a/go.sum +++ b/go.sum @@ -432,6 +432,7 @@ github.com/oracle/oci-go-sdk v7.0.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukw github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014/go.mod h1:joRatxRJaZBsY3JAOEMcoOp05CnZzsx4scTxi95DHyQ= github.com/owncloud/ocis-pkg/v2 v2.0.1 h1:3ISEtfjAz4pDFczTggIJwKuft3bVsAp1C7dFY9BBPEs= github.com/owncloud/ocis-pkg/v2 v2.0.1/go.mod h1:7bVnn3VUaqdmvpMkXF0QVEF1fRugs35hSkuVTAq9yjk= +github.com/owncloud/ocis-pkg/v2 v2.2.0/go.mod h1:MXv7QzsYsu4YWuyJxhq1kLLmJa/r5gbqHe1FXulMHaw= github.com/owncloud/ocis-thumbnails v0.0.0-20200318131505-e0ab0b37a5a4 h1:A0Swro39iP0VPUaLiY6JRzShfria6b2Nq/VjF9ZNbuY= github.com/owncloud/ocis-thumbnails v0.0.0-20200318131505-e0ab0b37a5a4/go.mod h1:VmCoxwitTs6oRxIaGz6xridLPwA6ReRMej22jBhkRIM= github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw=