From bbf0128332383dfb7e85a3f929b8d9785d95523b Mon Sep 17 00:00:00 2001 From: David Dooling Date: Wed, 31 Jan 2018 13:50:48 -0600 Subject: [PATCH] Prepare for 0.6.6 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb427aed..96ebc6396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][] -[Unreleased]: https://github.com/atomist/automation-client-ts/compare/0.6.5...HEAD +[Unreleased]: https://github.com/atomist/automation-client-ts/compare/0.6.6...HEAD + +## [0.6.6][] - 2018-01-31 + +[0.6.6]: https://github.com/atomist/automation-client-ts/compare/0.6.5...0.6.6 + +Command release + +### Changed + +- Retry HTTP server startup ### Fixed - Make config command-line options optional [#208][208] - Git branch regular expression [#211][211] +- Properly shutdown and restart cluster workers [208]: https://github.com/atomist/automation-client-ts/issues/208 [211]: https://github.com/atomist/automation-client-ts/issues/211