Skip to content

Commit

Permalink
chore(release): release v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed May 7, 2024
1 parent e7dcce6 commit fe8f02a
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.34.0"></a>
## [v2.34.0] - 2024-05-07
### Features
- **cloud:** addition of msElasticCache and AiPlatformIntegration integrations to AWS, GCP ([#1133](https://github.com/newrelic/newrelic-client-go/issues/1133))

### Refactor
- **nrdb:** clean up package, refactor structure, api endpoints and more ([#1132](https://github.com/newrelic/newrelic-client-go/issues/1132))

<a name="v2.33.0"></a>
## [v2.33.0] - 2024-04-30
### Features
Expand Down Expand Up @@ -1761,7 +1769,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.33.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.34.0...HEAD
[v2.34.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.33.0...v2.34.0
[v2.33.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.32.0...v2.33.0
[v2.32.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.31.0...v2.32.0
[v2.31.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.30.0...v2.31.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.33.0"
const Version string = "2.34.0"

0 comments on commit fe8f02a

Please sign in to comment.