diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ada95480..eb99b784c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.76.0](https://github.com/buildkite/agent/tree/v3.76.0) (2024-07-31) +[Full Changelog](https://github.com/buildkite/agent/compare/v3.75.1...v3.76.0) + +> [!NOTE] +> This release fixed an issue which caused the HTTP client in the agent to fall back to HTTP/1.1, see [#2908](https://github.com/buildkite/agent/pull/2908). If you need to disable HTTP/2.0 in your environment you can do this using the `--no-http2` flag or matching configuration option. + +### Changed +- fix enable http/2 by default as intended by flags [#2908](https://github.com/buildkite/agent/pull/2908) (@wolfeidau) + +### Fixed +- Let artifact phase and post-command run in grace period [#2899](https://github.com/buildkite/agent/pull/2899) (@DrJosh9000) + +### Internal +- Dependabot updates: [#2902](https://github.com/buildkite/agent/pull/2902), [#2907](https://github.com/buildkite/agent/pull/2907), [#2903](https://github.com/buildkite/agent/pull/2903), [#2904](https://github.com/buildkite/agent/pull/2904), [#2901](https://github.com/buildkite/agent/pull/2901), [#2905](https://github.com/buildkite/agent/pull/2905), [#2896](https://github.com/buildkite/agent/pull/2896), [#2897](https://github.com/buildkite/agent/pull/2897) (@dependabot[bot]) + ## [v3.75.1](https://github.com/buildkite/agent/tree/v3.75.1) (2024-07-22) [Full Changelog](https://github.com/buildkite/agent/compare/v3.75.0...v3.75.1) diff --git a/version/VERSION b/version/VERSION index 64e760e454..f591384bdf 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -3.75.1 +3.76.0