From 36f4c084b26b23510d429e00ead80580e13cf4df Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:56:03 +0000 Subject: [PATCH] chore(release): release v2.50.1 --- CHANGELOG.md | 8 +++++++- internal/version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18446a38..faa67231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.50.1] - 2024-10-28 +### Bug Fixes +- **goreleaser:** update version constraint ([#1245](https://github.com/newrelic/newrelic-client-go/issues/1245)) + ## [v2.50.0] - 2024-10-28 ### Features @@ -1932,7 +1937,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.1...HEAD +[v2.50.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.50.0...v2.50.1 [v2.50.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.49.0...v2.50.0 [v2.49.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.2...v2.49.0 [v2.48.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.1...v2.48.2 diff --git a/internal/version/version.go b/internal/version/version.go index 08f9c147..ed7cc388 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.50.0" +const Version string = "2.50.1"