Skip to content

Commit

Permalink
chore(release): release v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Jul 10, 2024
1 parent 396df9d commit 06441fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v2.41.0"></a>
## [v2.41.0] - 2024-07-10
### Features
- add `organizationRevokeSharedAccount` and `accountManagementCancelAccount` mutations ([#1187](https://github.com/newrelic/newrelic-client-go/issues/1187))

<a name="v2.40.0"></a>
## [v2.40.0] - 2024-07-03
### Features
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "2.40.0"
const Version string = "2.41.0"

0 comments on commit 06441fa

Please sign in to comment.