From 6d3d45867ce44456c546e31100386a2e9f6e5a20 Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:18:54 +0000 Subject: [PATCH] chore(release): release v2.47.0 --- CHANGELOG.md | 8 +++++++- internal/version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7aabb74..d0ca31e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.47.0] - 2024-09-25 +### Features +- **keytransaction:** add `keytransaction` package to support managing key transactions ([#1213](https://github.com/newrelic/newrelic-client-go/issues/1213)) + ## [v2.46.0] - 2024-09-25 ### Features @@ -1895,7 +1900,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.46.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.47.0...HEAD +[v2.47.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.46.0...v2.47.0 [v2.46.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.45.0...v2.46.0 [v2.45.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.44.0...v2.45.0 [v2.44.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.2...v2.44.0 diff --git a/internal/version/version.go b/internal/version/version.go index 508ce1f4..85d8a0d9 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.46.0" +const Version string = "2.47.0"