From ffeae58b509cc11444e064bb430ef71aeee23816 Mon Sep 17 00:00:00 2001 From: Ben Moskovitz Date: Tue, 7 Jun 2022 13:45:06 +1200 Subject: [PATCH] Bump version + changelog for v1.3.0 --- CHANGELOG.md | 6 ++++++ version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5071b3c..cc8a1db 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). +## [1.3.0](https://github.com/buildkite/buildkite-agent-scaler/tree/1.3.0) (2022-06-07) +[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.2.0...1.3.0) + +### Changed +- Add ability to use permissions boundary [#62](https://github.com/buildkite/buildkite-agent-scaler/pull/62) (@kwong-chong-lfs) + ## [v1.2.0](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.1.3...v1.2.0) (2021-11-22) ### Added diff --git a/version/version.go b/version/version.go index 914be07..4202e39 100644 --- a/version/version.go +++ b/version/version.go @@ -1,7 +1,7 @@ package version // Version the library version number -const Version = "1.2.0" +const Version = "1.3.0" // The build number var Build string