Skip to content

Commit c4e3f93

Browse files
chore(release): release v2.71.0
1 parent 0d804be commit c4e3f93

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.71.0"></a>
2+
## [v2.71.0] - 2025-10-14
3+
### Features
4+
- **alerts:** add outlier detection support ([#1338](https://github.com/newrelic/newrelic-client-go/issues/1338))
5+
- **alerts:** add support for target entity in NRQL conditions ([#1337](https://github.com/newrelic/newrelic-client-go/issues/1337))
6+
17
<a name="v2.70.2"></a>
28
## [v2.70.2] - 2025-09-26
39
### Bug Fixes
@@ -2114,7 +2120,8 @@
21142120
- extract paging implementation
21152121
- rename packages for clarity, promote Config to the public package
21162122

2117-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.2...HEAD
2123+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.71.0...HEAD
2124+
[v2.71.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.2...v2.71.0
21182125
[v2.70.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.1...v2.70.2
21192126
[v2.70.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.70.0...v2.70.1
21202127
[v2.70.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.69.0...v2.70.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.70.2"
4+
const Version string = "2.71.0"

0 commit comments

Comments
 (0)