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) 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