Skip to content

Commit 093257e

Browse files
authored
Merge pull request #193 from buildkite/release/v1.9.0
Bump changelog and version for v1.9.0
2 parents 99072ef + 2768c35 commit 093257e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [v1.9.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.9.0) (2024-07-29)
8+
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.8.0...v1.9.0)
9+
10+
### Changed
11+
- Enable subnet and security group configuration in Cloudformation [#191](https://github.com/buildkite/buildkite-agent-scaler/pull/191) (@bnovick)
12+
713
## [v1.8.0](https://github.com/buildkite/buildkite-agent-scaler/tree/v1.8.0) (2024-07-18)
814
[Full Changelog](https://github.com/buildkite/buildkite-agent-scaler/compare/v1.7.0...v1.8.0)
915

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.8.0"
4+
const Version = "1.9.0"
55

66
// The build number
77
var Build string

0 commit comments

Comments
 (0)