From dc641901622b137cd4888f5774c6b89966f434a4 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 21 Apr 2020 09:15:37 +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 27d896e40..019942df7 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-thumbnails unreleased. + +[unreleased]: https://github.com/owncloud/ocis-thumbnails/compare/v0.1.0...master + +## Summary + +* Bugfix - Fix execution when passing program flags: [#15](https://github.com/owncloud/ocis-thumbnails/issues/15) + +## Details + +* Bugfix - Fix execution when passing program flags: [#15](https://github.com/owncloud/ocis-thumbnails/issues/15) + + The program flags where not correctly recognized because we didn't pass them to the micro + framework when initializing a grpc service. + + https://github.com/owncloud/ocis-thumbnails/issues/15 + +# Changelog for [0.1.0] (2020-03-31) + +The following sections list the changes in ocis-thumbnails 0.1.0. + +[0.1.0]: https://github.com/owncloud/ocis-thumbnails/compare/c43f3a33cb0b57d7e25ebc88c138d22e95f88cfe...v0.1.0 ## Summary