Skip to content

Commit 1c49032

Browse files
chore(release): release v2.83.4
1 parent 93407d3 commit 1c49032

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="v2.83.4"></a>
2+
## [v2.83.4] - 2026-05-08
3+
### Bug Fixes
4+
- **entities:** change EntityAlertViolationInt from int to int64 ([#1405](https://github.com/newrelic/newrelic-client-go/issues/1405))
5+
16
<a name="v2.83.3"></a>
27
## [v2.83.3] - 2026-05-05
38
### Bug Fixes
@@ -2256,7 +2261,8 @@
22562261
- extract paging implementation
22572262
- rename packages for clarity, promote Config to the public package
22582263

2259-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.3...HEAD
2264+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.4...HEAD
2265+
[v2.83.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.3...v2.83.4
22602266
[v2.83.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.2...v2.83.3
22612267
[v2.83.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.1...v2.83.2
22622268
[v2.83.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.83.0...v2.83.1

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of this library
4-
const Version string = "2.83.3"
4+
const Version string = "2.83.4"

0 commit comments

Comments
 (0)