Skip to content

Commit

Permalink
Merge pull request #177 from buildkite/v3.11.0-Release
Browse files Browse the repository at this point in the history
v3.11.0 Release
  • Loading branch information
james2791 authored Feb 7, 2024
2 parents d3f593a + 369e04b commit 3ba55bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Unreleased
## [v3.11.0](https://github.com/buildkite/go-buildkite/compare/v3.10.0...v3.11.0) (2024-02-08)
* Expose retry_source and retry_type on jobs [#171](https://github.com/buildkite/go-buildkite/pull/171) ([drcapulet](https://github.com/drcapulet))
* Expose additional webhook fields on builds and jobs [#173](https://github.com/buildkite/go-buildkite/pull/173) ([mstifflin](https://github.com/mstifflin))
* SUP-1697 Add username to Author struct [#174](https://github.com/buildkite/go-buildkite/pull/174) ([lizrabuya](https://github.com/lizrabuya))
* SUP-1681: Webhook event type definition for struct literal creation [#175](https://github.com/buildkite/go-buildkite/pull/175) ([james2791](https://github.com/james2791))
* Adding job priority as part of job struct [#176](https://github.com/buildkite/go-buildkite/pull/176) ([pankti11](https://github.com/pankti11))

## [v3.10.0](https://github.com/buildkite/go-buildkite/compare/v3.9.0...v3.10.0) (2023-11-15)
* cluster_tokens: expose token string [#168](https://github.com/buildkite/go-buildkite/pull/168) ([gmichelo](https://github.com/gmichelo))
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.10.0"
const Version = "3.11.0"

0 comments on commit 3ba55bf

Please sign in to comment.