diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf569e7e..96220ecd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Security +## [3.0.1] - 2017-09-07 +### Fixed +- backend/openstack: allow reauth +- multi-source-job-queue: ignore nil jobs + ## [3.0.0] - 2017-08-29 ### Added - backend/openstack: initial support for OpenStack @@ -545,7 +550,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Initial release -[Unreleased]: https://github.com/travis-ci/worker/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/travis-ci/worker/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/travis-ci/worker/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/travis-ci/worker/compare/v2.11.0...v3.0.0 [2.11.0]: https://github.com/travis-ci/worker/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/travis-ci/worker/compare/v2.9.3...v2.10.0