Skip to content

Commit

Permalink
chore(release): release v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Apr 18, 2024
1 parent 0e073a6 commit 385d6c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="v2.30.0"></a>
## [v2.30.0] - 2024-04-15
### Features
- addition of client code corresponding to packages customeradministration +2 ([#1126](https://github.com/newrelic/newrelic-client-go/issues/1126))

<a name="v2.29.0"></a>
## [v2.29.0] - 2024-04-08
## [v2.29.0] - 2024-04-09
### Features
- **entities:** add KeyTransactionEntity types (manual update)

Expand Down Expand Up @@ -1741,7 +1746,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.29.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.30.0...HEAD
[v2.30.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.29.0...v2.30.0
[v2.29.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.1...v2.29.0
[v2.28.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.0...v2.28.1
[v2.28.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.27.0...v2.28.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.29.0"
const Version string = "2.30.0"

0 comments on commit 385d6c7

Please sign in to comment.