Skip to content

Commit 258772b

Browse files
authored
Release v1.11.2 (#297)
1 parent c6500a6 commit 258772b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package 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
77
var Build string

0 commit comments

Comments
 (0)