From 972e653a8d55794e0984247157d82bed51934e62 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Mon, 4 Nov 2024 08:51:32 +0000
Subject: [PATCH] chore(release): release v2.51.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 faa67231..e726a5ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.51.0] - 2024-11-04
+### Features
+- **codeql:** fixes to the action with path changes ([#1238](https://github.com/newrelic/newrelic-client-go/issues/1238))
+
## [v2.50.1] - 2024-10-28
### Bug Fixes
@@ -1937,7 +1942,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.1...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.0...HEAD
+[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
[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
diff --git a/internal/version/version.go b/internal/version/version.go
index ed7cc388..4d319909 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.1"
+const Version string = "2.51.0"