File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.11.2] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.11.1...v1.11.2 ) (2026-03-09)
9+
10+ * Bump Go to 1.26.1, and gotestsum to 1.13.0 [ #295 ] ( https://github.com/buildkite/buildkite-agent-scaler/pull/295 ) ([ scadu] ( https://github.com/scadu ) )
11+
812## [ v1.11.1] ( https://github.com/buildkite/buildkite-agent-scaler/tree/v1.11.1 ) (2026-03-04)
913
1014[ Full Changelog] ( https://github.com/buildkite/buildkite-agent-scaler/compare/v1.11.0...v1.11.1 )
Original file line number Diff line number Diff line change 11package version
22
33// Version the library version number
4- const Version = "1.11.1 "
4+ const Version = "1.11.2 "
55
66// The build number
77var Build string
You can’t perform that action at this time.
0 commit comments