Skip to content

Commit

Permalink
Merge pull request #1482 from buildkite/keithduncan/release/3.32.1
Browse files Browse the repository at this point in the history
Bump version and changelog for 3.32.1
  • Loading branch information
keithduncan authored Aug 6, 2021
2 parents e6c4a51 + 46138c0 commit ab7e735
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.1](https://github.com/buildkite/agent/compare/v3.32.0...v3.32.1) (2021-08-06)

### Fixed

* A panic in the log redactor when processing certain bytes [#1478](https://github.com/buildkite/agent/issues/1478) ([scv119](https://github.com/scv119))

## [v3.32.0](https://github.com/buildkite/agent/compare/v3.31.0...v3.32.0) (2021-07-30)

### Added
Expand Down
2 changes: 1 addition & 1 deletion agent/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.0"
var baseVersion string = "3.32.1"
var buildVersion string = ""

func Version() string {
Expand Down

0 comments on commit ab7e735

Please sign in to comment.