diff --git a/CHANGELOG.md b/CHANGELOG.md index cf76f03a5b..9c35fc424c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.33.3](https://github.com/buildkite/agent/compare/v3.33.2...v3.33.3) (2021-09-29) + +### Fixed + +* Fix erroneous working directory change for hooks that early exit [#1520](https://github.com/buildkite/agent/pull/1520) + ## [v3.33.2](https://github.com/buildkite/agent/compare/v3.33.1...v3.33.2) (2021-09-29) ### Fixed diff --git a/agent/version.go b/agent/version.go index 6c1b884743..dce3a605f5 100644 --- a/agent/version.go +++ b/agent/version.go @@ -10,7 +10,7 @@ import "runtime" // // Pre-release builds' versions must be in the format `x.y-beta`, `x.y-beta.z` or `x.y-beta.z.a` -var baseVersion string = "3.33.2" +var baseVersion string = "3.33.3" var buildVersion string = "" func Version() string {