From 9c6ecbd88a6b42fc507fd992e54574b69ecb7359 Mon Sep 17 00:00:00 2001 From: Ben Moskovitz Date: Thu, 4 Aug 2022 10:41:00 +1200 Subject: [PATCH] Bump version + changelog for v1.3.2 --- CHANGELOG.md | 5 +++++ version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e896545..c371e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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). +## [1.3.2](https://github.com/buildkite/buildkite-agent-scaler/tree/1.3.2) (2022-08-04) +[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.3.1...1.3.2) + +### Fixed +- Update IAM policy to allow describing scaling activities [#61](https://github.com/buildkite/buildkite-agent-scaler/pull/61) (@zl4bv) ## [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) diff --git a/version/version.go b/version/version.go index 50c376a..fefd461 100644 --- a/version/version.go +++ b/version/version.go @@ -1,7 +1,7 @@ package version // Version the library version number -const Version = "1.3.1" +const Version = "1.3.2" // The build number var Build string