From 70191da8673064e2f1226e195efdce8aa432a490 Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Tue, 4 May 2021 14:38:37 -0700 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.24.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c757a891e..9a14f577d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v0.24.1] - 2021-05-04 +### Bug Fixes +- **build:** drop arm6 support to avoid "arm" name conflict in snapcraft + ## [v0.24.0] - 2021-05-04 ### Bug Fixes @@ -625,7 +630,8 @@ - **profile:** Enable reading of profiles and use Region/APIKey from default profile - **profile:** Add listing of profiles to command -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.1...HEAD +[v0.24.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.0...v0.24.1 [v0.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.2...v0.24.0 [v0.23.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.1...v0.23.2 [v0.23.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.0...v0.23.1