From 23f1dc22cc9a5ec0c97e3ed4202ec4a2c0acfcad Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Tue, 21 Nov 2017 15:56:42 +0100 Subject: [PATCH] chore(release): 1.3.6 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096366f2d..6f1934493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ -## [1.3.6](https://github.com/bleenco/abstruse/compare/v1.3.5...v1.3.6) (2017-11-20) +## [1.3.6](https://github.com/bleenco/abstruse/compare/v1.3.5...v1.3.6) (2017-11-21) + + +### Bug Fixes + +* **terminal:** fixed terminal output issue ([1753441](https://github.com/bleenco/abstruse/commit/1753441)) ### Features -* **build-matrix:** allow to build jobs on specific image ([a980c7c](https://github.com/bleenco/abstruse/commit/a980c7c)) +* **build-matrix:** allow to build jobs on specific image ([f24513b](https://github.com/bleenco/abstruse/commit/f24513b)) +* **containers:** stop container gracefully before removing ([c04f8b4](https://github.com/bleenco/abstruse/commit/c04f8b4)) + + +### Performance Improvements + +* **jobs:** start & stop build jobs in parallel rather than in sequence ([c107585](https://github.com/bleenco/abstruse/commit/c107585))