diff --git a/CHANGELOG.md b/CHANGELOG.md index a5913ee5..11ece3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/buildkite/version.go b/buildkite/version.go index 25ae77b1..0e3e1403 100644 --- a/buildkite/version.go +++ b/buildkite/version.go @@ -1,4 +1,4 @@ package buildkite // Version the library version number -const Version = "3.10.0" +const Version = "3.11.0"