Skip to content

Commit

Permalink
Merge pull request #114 from buildkite/keithduncan/release/5.2.1
Browse files Browse the repository at this point in the history
Release updates for 5.2.1
  • Loading branch information
keithduncan authored Jul 1, 2021
2 parents 2ba0f54 + 91d5d4f commit 1d0ac29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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).

## [v5.2.1](https://github.com/buildkite/buildkite-agent-metrics/tree/v5.2.0) (2021-07-01)
[Full Changelog](https://github.com/buildkite/buildkite-agent-metrics/compare/v5.2.0...v5.2.1)

### Added

* Support for more AWS Regions (af-south-1, ap-east-1, ap-southeast-2, ap-southeast-1, eu-south-1, me-south-1) [#109](https://github.com/buildkite/buildkite-agent-metrics/pull/109)
* ARM64 binaries for Linux and macOS

### Changed

* Build using golang 1.16
* Update newrelic/go-agent from v2.7.0 to v3.0.0 [#111](https://github.com/buildkite/buildkite-agent-metrics/pull/111) (@mallyvai)

## [v5.2.0](https://github.com/buildkite/buildkite-agent-metrics/tree/v5.2.0) (2020-03-05)
[Full Changelog](https://github.com/buildkite/buildkite-agent-metrics/compare/v5.1.0...v5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version the library version number
const Version = "5.2.0"
const Version = "5.2.1"

0 comments on commit 1d0ac29

Please sign in to comment.