Skip to content

Commit

Permalink
Merge pull request #191 from buildkite/release/v3.13.0
Browse files Browse the repository at this point in the history
Update version and changelog for v3.13
  • Loading branch information
moskyb authored Aug 26, 2024
2 parents 8d3fc31 + fd99a56 commit 8af625b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion buildkite/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package buildkite

// Version the library version number
const Version = "3.12.0"
const Version = "3.13.0"

0 comments on commit 8af625b

Please sign in to comment.