From e899ec351ad618a434c147810059b337782f8278 Mon Sep 17 00:00:00 2001 From: Keith Duncan Date: Wed, 29 Sep 2021 12:06:37 +1000 Subject: [PATCH] Bump version and changelog for v3.33.2 --- CHANGELOG.md | 6 ++++++ agent/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abbb2b75b..cf76f03a5b 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.2](https://github.com/buildkite/agent/compare/v3.33.1...v3.33.2) (2021-09-29) + +### Fixed + +* Non backwards compatible change to artifact download path handling [#1518](https://github.com/buildkite/agent/pull/1518) + ## [v3.33.1](https://github.com/buildkite/agent/compare/v3.33.0...v3.33.1) (2021-09-28) ### Fixed diff --git a/agent/version.go b/agent/version.go index cef349ba1d..6c1b884743 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.1" +var baseVersion string = "3.33.2" var buildVersion string = "" func Version() string {