From f375f9844f9bc4ffea4e6489694ab2515bd549bf Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Tue, 22 Aug 2023 15:44:21 +1000 Subject: [PATCH 1/2] Update changelog for v1.5.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059aba9..a0ffcbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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) + +### Added +- A new release process which will fix publish releases to S3 [#97](https://github.com/buildkite/buildkite-agent-scaler/pull/97) (@triarius) + ## [v1.5.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.5.0) (2023-07-25) [Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.4.0...v1.5.0) From 92a69c8e4858152916544a64e744a2c242063c0e Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Tue, 22 Aug 2023 15:44:34 +1000 Subject: [PATCH 2/2] Update version for v1.5.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index e8b3a7a..65e41bb 100644 --- a/version/version.go +++ b/version/version.go @@ -1,7 +1,7 @@ package version // Version the library version number -const Version = "1.5.0" +const Version = "1.5.1" // The build number var Build string