From bfc0fdd6681b12216a769febfe859669c844afcb Mon Sep 17 00:00:00 2001 From: AJ Bowen Date: Wed, 22 Aug 2018 18:48:24 +0200 Subject: [PATCH] Prepare for v4.0.1 release --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab21673c..b10745b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] ### Added -- backend/gce: build.sh trace persisting -- backend/gce: make migration behavior on host maintenance events conditional on GPU usage ### Changed @@ -18,6 +16,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Security +## [4.0.1] - 2018-08-22 + +### Added +- backend/gce: build.sh trace persisting +- backend/gce: make migration behavior on host maintenance events conditional on GPU usage + ## [4.0.0] - 2018-07-23 ### Added @@ -741,7 +745,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.0...HEAD +[Unreleased]: https://github.com/travis-ci/worker/compare/v4.0.1...HEAD +[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 [3.11.0]: https://github.com/travis-ci/worker/compare/v3.10.1...v3.11.0