From feb0924ac77fddfab6268a98ca69b48bf0fb31f9 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Thu, 3 Oct 2024 20:06:25 +0000
Subject: [PATCH] chore(release): release v2.48.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 d0ca31e3..cf3fa5ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.48.0] - 2024-10-03
+### Features
+- Current agent release ([#1228](https://github.com/newrelic/newrelic-client-go/issues/1228))
+
## [v2.47.0] - 2024-09-25
### Features
@@ -1900,7 +1905,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.47.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.48.0...HEAD
+[v2.48.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.47.0...v2.48.0
[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
diff --git a/internal/version/version.go b/internal/version/version.go
index 85d8a0d9..9395a9d7 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.47.0"
+const Version string = "2.48.0"