Skip to content

Commit

Permalink
Merge pull request #66 from buildkite/moskyb/release/v1.3.1
Browse files Browse the repository at this point in the history
Bump version + changelog for v1.3.1
  • Loading branch information
moskyb authored Jun 15, 2022
2 parents 30b4230 + 2ce5564 commit 0ef24be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [v1.3.1](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.3.1) (2022-06-09)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.3.0...v1.3.1)

### Changed
- Fix CI snafu that caused 1.3.0 to never be properly released [#64](https://github.com/buildkite/buildkite-agent-scaler/pull/64) (@moskyb)

## [1.3.0](https://github.com/buildkite/buildkite-agent-scaler/tree/1.3.0) (2022-06-07)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.2.0...1.3.0)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// Version the library version number
const Version = "1.3.0"
const Version = "1.3.1"

// The build number
var Build string
Expand Down

0 comments on commit 0ef24be

Please sign in to comment.