Skip to content

Commit

Permalink
Merge pull request #104 from buildkite/release-v1.6.0
Browse files Browse the repository at this point in the history
Bump version and changelog for v1.6.0
  • Loading branch information
DrJosh9000 authored Sep 14, 2023
2 parents f0536eb + 3a4ac10 commit 2583f5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.6.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.6.0) (2023-09-13)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.5.1...v1.6.0)

### Changed
- Change `EventScheduleRate` parameter to `EventSchedulePeriod` and require units [#102](https://github.com/buildkite/buildkite-agent-scaler/pull/102) (@triarius)


### Internal
- Fix scaler release does not prepend a v to the version on s3 [#99](https://github.com/buildkite/buildkite-agent-scaler/pull/99) (@triarius)

## [v1.5.1](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.5.1) (2023-08-22)
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.5.0...v1.5.1)

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.5.1"
const Version = "1.6.0"

// The build number
var Build string
Expand Down

0 comments on commit 2583f5a

Please sign in to comment.