From 748cea493cbd9a6516b43d19895cd9bdfe1ed3aa Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 16 Apr 2019 13:32:14 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8e4128..46aaf880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.12.0](https://gitlab.com/openstapps/configuration/compare/v0.11.0...v0.12.0) (2019-04-16) + + +### Bug Fixes + +* do not escape newlines in scripts ([77bed07](https://gitlab.com/openstapps/configuration/commit/77bed07)) + + +### Features + +* add expected build script ([34d3d43](https://gitlab.com/openstapps/configuration/commit/34d3d43)), closes [#12](https://gitlab.com/openstapps/configuration/issues/12) + + + # [0.11.0](https://gitlab.com/openstapps/configuration/compare/v0.10.0...v0.11.0) (2019-04-15)