Skip to content

Commit

Permalink
Merge pull request #480 from travis-ci/meat-v4.0.0-prep
Browse files Browse the repository at this point in the history
Prepare for v4.0.0 release
  • Loading branch information
meatballhat authored Jul 23, 2018
2 parents 432132e + 033e5b7 commit e5cb567
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## [4.0.0] - 2018-07-23

### Added
- amqp_log_writer: support separate AMQP connection for log writing

### Changed
- build: update all dependencies, build binaries via go 1.10.3
- development: move tooling dependencies into the `deps` target
- backend/gce: specify `"TERMINATE"` on host maintenance
- processor: signature of `NewProcessor` to allow for log writer factory
injection

### Fixed
- backend/gce: use consistent zone value

## [3.12.0] - 2018-07-18

### Added
Expand Down Expand Up @@ -724,7 +739,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Initial release

[Unreleased]: https://github.com/travis-ci/worker/compare/v3.12.0...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v4.0.0...HEAD
[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
[3.10.1]: https://github.com/travis-ci/worker/compare/v3.10.0...v3.10.1
Expand Down

0 comments on commit e5cb567

Please sign in to comment.