Skip to content

Commit

Permalink
Merge pull request #442 from travis-ci/meat-v3.6.0-prep
Browse files Browse the repository at this point in the history
Prep for v3.6.0 release
  • Loading branch information
meatballhat authored Mar 6, 2018
2 parents f6593ae + 4ca0772 commit 170b2a0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]

### Added
- backend/docker: include arbitrary container labels from config

### Changed
- backend/gce: add a `no-ip` tag when allocating instance without public IP

### Deprecated

Expand All @@ -18,6 +16,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## [3.6.0] - 2018-03-02

### Added
- backend/docker: include arbitrary container labels from config

### Changed
- backend/gce: add a `no-ip` tag when allocating instance without public IP
- build: support and build using Go 1.9.4

## [3.5.0] - 2018-02-12

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

[Unreleased]: https://github.com/travis-ci/worker/compare/v3.5.0...HEAD
[3.4.0]: https://github.com/travis-ci/worker/compare/v3.4.0...v3.5.0
[Unreleased]: https://github.com/travis-ci/worker/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/travis-ci/worker/compare/v3.5.0...v3.6.0
[3.5.0]: https://github.com/travis-ci/worker/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/travis-ci/worker/compare/v3.3.1...v3.4.0
[3.3.1]: https://github.com/travis-ci/worker/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/travis-ci/worker/compare/v3.2.2...v3.3.0
Expand Down

0 comments on commit 170b2a0

Please sign in to comment.