Skip to content

Commit

Permalink
chore(release): release v2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Feb 28, 2024
1 parent 0e011a0 commit acdbc6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v2.26.0"></a>
## [v2.26.0] - 2024-02-28
### Bug Fixes
- **group_management:** alter group management queries and add tests ([#1103](https://github.com/newrelic/newrelic-client-go/issues/1103))

### Features
- **destinations:** expose destination guid ([#1096](https://github.com/newrelic/newrelic-client-go/issues/1096))

<a name="v2.25.0"></a>
## [v2.25.0] - 2024-02-14
### Features
Expand Down Expand Up @@ -1699,7 +1707,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.25.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.0...HEAD
[v2.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.25.0...v2.26.0
[v2.25.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.24.0...v2.25.0
[v2.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.23.0...v2.24.0
[v2.23.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.22.2...v2.23.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.25.0"
const Version string = "2.26.0"

0 comments on commit acdbc6d

Please sign in to comment.