Skip to content

Commit 91c26cb

Browse files
chore(release): release v2.61.2
1 parent e5281bd commit 91c26cb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="v2.61.2"></a>
2+
## [v2.61.2] - 2025-06-09
3+
### Bug Fixes
4+
- fixed a distributed tracing bug in the browser package ([#1304](https://github.com/newrelic/newrelic-client-go/issues/1304))
5+
- **build:** add PR checks similar to Terraform, fix failing tests, broken code and obsolete deps ([#1295](https://github.com/newrelic/newrelic-client-go/issues/1295))
6+
17
<a name="v2.61.1"></a>
28
## [v2.61.1] - 2025-05-26
39
### Bug Fixes
@@ -2043,7 +2049,8 @@
20432049
- extract paging implementation
20442050
- rename packages for clarity, promote Config to the public package
20452051

2046-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.1...HEAD
2052+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.2...HEAD
2053+
[v2.61.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.1...v2.61.2
20472054
[v2.61.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.61.0...v2.61.1
20482055
[v2.61.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.60.0...v2.61.0
20492056
[v2.60.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.59.0...v2.60.0

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.61.1"
4+
const Version string = "2.61.2"

0 commit comments

Comments
 (0)