From 06441fad852c14e8b5560171a3474869610b4049 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Wed, 10 Jul 2024 10:33:04 +0000
Subject: [PATCH] chore(release): release v2.41.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 e8c98ee1a..833ebf3e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [v2.41.0] - 2024-07-10
+### Features
+- add `organizationRevokeSharedAccount` and `accountManagementCancelAccount` mutations ([#1187](https://github.com/newrelic/newrelic-client-go/issues/1187))
+
## [v2.40.0] - 2024-07-03
### Features
@@ -1831,7 +1836,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...HEAD
+[v2.41.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...v2.41.0
[v2.40.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.1...v2.40.0
[v2.39.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.0...v2.39.1
[v2.39.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.38.0...v2.39.0
diff --git a/internal/version/version.go b/internal/version/version.go
index 538399d4e..4cfeff722 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.40.0"
+const Version string = "2.41.0"