From 3a4ac10acf247d4a06e47950525786157fdf39dc Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Wed, 13 Sep 2023 17:40:43 +1000 Subject: [PATCH] Bump version and changelog for v1.6.0 --- CHANGELOG.md | 10 ++++++++++ version/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ffcbd..5a6d952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version/version.go b/version/version.go index 65e41bb..82d6a98 100644 --- a/version/version.go +++ b/version/version.go @@ -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