diff --git a/CHANGELOG.md b/CHANGELOG.md index 75faead2..c5ddb008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v3.13.0](https://github.com/buildkite/go-buildkite/compare/v3.12.0...v3.13.0) (2024-08-27) +* Add `Name` field to `buildkite.Package` struct [#190](https://github.com/buildkite/go-buildkite/pull/190) ([moskyb](ttps://github.com/moskyb)) + + ## [v3.12.0](https://github.com/buildkite/go-buildkite/compare/v3.11.0...v3.12.0) (2024-08-19) * Deprecate [`buildkite.NewClient`](https://pkg.go.dev/github.com/buildkite/go-buildkite/v3@v3.11.0/buildkite#NewClient) and its associated authenticating roundtrippers, and replace them with a new function `buildkite.NewOpts` [#185](https://github.com/buildkite/go-buildkite/pull/185) ([moskyb](https://github.com/moskyb)) * Add bindings for Buildkite Packages APIs [#187](https://github.com/buildkite/go-buildkite/pull/186) ([moskyb](https://github.com/moskyb)) diff --git a/buildkite/version.go b/buildkite/version.go index 11a73d67..6c673a51 100644 --- a/buildkite/version.go +++ b/buildkite/version.go @@ -1,4 +1,4 @@ package buildkite // Version the library version number -const Version = "3.12.0" +const Version = "3.13.0"