Skip to content

Commit db9f5cf

Browse files
chore(release): release v2.73.2
1 parent 3fefb7c commit db9f5cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="v2.73.2"></a>
2+
## [v2.73.2] - 2025-11-11
3+
### Bug Fixes
4+
- **oci:** remove the usage of svcUsername field ([#1345](https://github.com/newrelic/newrelic-client-go/issues/1345))
5+
16
<a name="v2.73.1"></a>
27
## [v2.73.1] - 2025-11-05
38
### Bug Fixes
@@ -2137,7 +2142,8 @@
21372142
- extract paging implementation
21382143
- rename packages for clarity, promote Config to the public package
21392144

2140-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.1...HEAD
2145+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.2...HEAD
2146+
[v2.73.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.1...v2.73.2
21412147
[v2.73.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.0...v2.73.1
21422148
[v2.73.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.72.0...v2.73.0
21432149
[v2.72.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.71.0...v2.72.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.73.1"
4+
const Version string = "2.73.2"

0 commit comments

Comments
 (0)