From 2de53720f8c8618143eba3b127eaa7bad9ba51dd Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:11:45 +0000 Subject: [PATCH] chore(release): release v2.51.2 --- CHANGELOG.md | 8 +++++++- internal/version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f50d563..c5e2f5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.51.2] - 2024-11-05 +### Bug Fixes +- **goreleaser:** try replacing build with builds for v2 config ([#1254](https://github.com/newrelic/newrelic-client-go/issues/1254)) + ## [v2.51.1] - 2024-11-05 ### Bug Fixes @@ -1947,7 +1952,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.1...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.2...HEAD +[v2.51.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.1...v2.51.2 [v2.51.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.0...v2.51.1 [v2.51.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.1...v2.51.0 [v2.50.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...v2.50.1 diff --git a/internal/version/version.go b/internal/version/version.go index ce32ad20..7ee1bf38 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "2.51.1" +const Version string = "2.51.2"