From e22f3e9f2fd07231e20e6dd03edce106c85c987c Mon Sep 17 00:00:00 2001 From: Matt Moriarity Date: Thu, 30 Aug 2018 13:11:51 -0500 Subject: [PATCH] Prepare for v4.1.0 release --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4c68ea9..d583ce12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed -- trace: guard trace download step on the trace flag from the payload -- trace: propagate the trace flag in state update message - ### Deprecated ### Removed @@ -19,6 +16,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Security +## [4.1.0] - 2018-08-30 + +### Added + +- backend/jupiterbrain: override for CPU count and RAM in created instances + +### Changed + +- trace: guard trace download step on the trace flag from the payload +- trace: propagate the trace flag in state update message + ## [4.0.1] - 2018-08-22 ### Added @@ -748,7 +756,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Initial release -[Unreleased]: https://github.com/travis-ci/worker/compare/v4.0.1...HEAD +[Unreleased]: https://github.com/travis-ci/worker/compare/v4.1.0...HEAD +[4.1.0]: https://github.com/travis-ci/worker/compare/v4.0.1...v4.1.0 [4.0.1]: https://github.com/travis-ci/worker/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/travis-ci/worker/compare/v3.12.0...v4.0.0 [3.12.0]: https://github.com/travis-ci/worker/compare/v3.11.0...v3.12.0