Skip to content

Commit

Permalink
chore(release): release v2.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed May 27, 2024
1 parent 925b508 commit 94f609a
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.36.2"></a>
## [v2.36.2] - 2024-05-27
### Bug Fixes
- **infra:** Discard the infra test api call to prevent timeout issues ([#1145](https://github.com/newrelic/newrelic-client-go/issues/1145))

<a name="v2.36.1"></a>
## [v2.36.1] - 2024-05-23
### Bug Fixes
Expand Down Expand Up @@ -1792,7 +1797,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.2...HEAD
[v2.36.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.1...v2.36.2
[v2.36.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.36.0...v2.36.1
[v2.36.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.35.0...v2.36.0
[v2.35.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.34.1...v2.35.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.36.1"
const Version string = "2.36.2"

0 comments on commit 94f609a

Please sign in to comment.