From e23002a97099793982966e4d576d27de8e508953 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 18 Mar 2020 14:36:00 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70965bd622..a366b3ea95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-glauth unreleased. + +[unreleased]: https://github.com/owncloud/ocis-glauth/compare/v0.2.0...master + +## Summary + +* Enhancement - Configuration: [#11](https://github.com/owncloud/ocis-glauth/pull/11) + +## Details + +* Enhancement - Configuration: [#11](https://github.com/owncloud/ocis-glauth/pull/11) + + Extensions should be responsible of configuring themselves. We use Viper for config loading + from default paths. Environment variables **WILL** take precedence over config files. + + https://github.com/owncloud/ocis-glauth/pull/11 + # Changelog for [0.2.0] (2020-03-17) The following sections list the changes in ocis-glauth 0.2.0.