Skip to content

Commit e3cb3d4

Browse files
chore(release): release v2.72.0
1 parent 7bd3695 commit e3cb3d4

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.72.0"></a>
2+
## [v2.72.0] - 2025-10-15
3+
### Features
4+
- **alerts:** revert alerts target entity support ([#1337](https://github.com/newrelic/newrelic-client-go/issues/1337)) ([#1340](https://github.com/newrelic/newrelic-client-go/issues/1340))
5+
- **alerts:** revert alerts outlier detection support ([#1338](https://github.com/newrelic/newrelic-client-go/issues/1338)) ([#1339](https://github.com/newrelic/newrelic-client-go/issues/1339))
6+
17
<a name="v2.71.0"></a>
28
## [v2.71.0] - 2025-10-14
39
### Features
@@ -2120,7 +2126,8 @@
21202126
- extract paging implementation
21212127
- rename packages for clarity, promote Config to the public package
21222128

2123-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.71.0...HEAD
2129+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.72.0...HEAD
2130+
[v2.72.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.71.0...v2.72.0
21242131
[v2.71.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.2...v2.71.0
21252132
[v2.70.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.1...v2.70.2
21262133
[v2.70.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.0...v2.70.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.71.0"
4+
const Version string = "2.72.0"

0 commit comments

Comments
 (0)