From 8bb09994dead652183a9e3c1ce91a58f3b39a4b3 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 25 Jul 2019 15:22:21 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe075e87..4d07e077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [0.8.0](https://gitlab.com/openstapps/core-tools/compare/v0.7.0...v0.8.0) (2019-07-25) + + +### Bug Fixes + +* apply stricter tslint rules ([967f946](https://gitlab.com/openstapps/core-tools/commit/967f946)) +* emend the imports in the test files ([53e8047](https://gitlab.com/openstapps/core-tools/commit/53e8047)) +* remove duplicate job ([af904a7](https://gitlab.com/openstapps/core-tools/commit/af904a7)) +* update the uml job to use our node image ([a478715](https://gitlab.com/openstapps/core-tools/commit/a478715)) + + +### Features + +* add automatic mapping generation ([7b198f9](https://gitlab.com/openstapps/core-tools/commit/7b198f9)), closes [#6](https://gitlab.com/openstapps/core-tools/issues/6) +* add the uml generator ([0f21da4](https://gitlab.com/openstapps/core-tools/commit/0f21da4)) +* added output file name for uml generation ([843e598](https://gitlab.com/openstapps/core-tools/commit/843e598)) + + + # [0.7.0](https://gitlab.com/openstapps/core-tools/compare/v0.6.0...v0.7.0) (2019-06-24)