Skip to content

Commit

Permalink
Bump version and CHANGELOG for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed May 15, 2020
1 parent bbf9616 commit b99e7c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [v1.1.0](https://github.com/buildkite/cli/tree/v1.1.0) (2020-05-08)
[Full Changelog](https://github.com/buildkite/cli/compare/v1.0.0...v1.1.0)

### Changed
- Fix local pipeline running for Windows [#73](https://github.com/buildkite/cli/pull/73) (@crufter)
- Add --listen-port to allow a stable port to be chosen [#70](https://github.com/buildkite/cli/pull/70) [#71](https://github.com/buildkite/cli/pull/71) (@petemounce)
- Update github.com/99designs/keyring to v1.1.3 [#69](https://github.com/buildkite/cli/pull/69) (@lox)

### Added
- Add `--listen-port` to `bk local run`.

## [v1.0.0](https://github.com/buildkite/cli/tree/v1.0.0) (2019-06-21)
[Full Changelog](https://github.com/buildkite/cli/compare/v0.5.0...v1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cli

var (
// Version is the version of the CLI tool
Version = "1.0.0"
Version = "1.1.0"
)

func VersionString() string {
Expand Down

0 comments on commit b99e7c0

Please sign in to comment.