Skip to content

Commit

Permalink
chore(release): release v2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Jun 27, 2024
1 parent 8b2cdf4 commit bd0bfe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="v2.38.0"></a>
## [v2.38.0] - 2024-06-26
### Features
- **automation:** alert [@hero](https://github.com/hero) when new API endpoints are detected
- **workflows:** add `updateOriginalMessage` to destination configurations ([#1177](https://github.com/newrelic/newrelic-client-go/issues/1177))

<a name="v2.37.1"></a>
## [v2.37.1] - 2024-06-12
### Bug Fixes
Expand Down Expand Up @@ -1810,7 +1816,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.37.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.38.0...HEAD
[v2.38.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.37.1...v2.38.0
[v2.37.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.37.0...v2.37.1
[v2.37.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.2...v2.37.0
[v2.36.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.1...v2.36.2
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.37.1"
const Version string = "2.38.0"

0 comments on commit bd0bfe8

Please sign in to comment.