Skip to content

Commit ef9a5c3

Browse files
chore(release): release v2.74.0
1 parent 4d5d6ee commit ef9a5c3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v2.74.0"></a>
2+
## [v2.74.0] - 2025-11-21
3+
### Bug Fixes
4+
- **customeradministration:** enhance attribute coverage of queries/mutations ([#1347](https://github.com/newrelic/newrelic-client-go/issues/1347))
5+
6+
### Features
7+
- **alerts:** add outlier detection support ([#1346](https://github.com/newrelic/newrelic-client-go/issues/1346))
8+
19
<a name="v2.73.2"></a>
210
## [v2.73.2] - 2025-11-11
311
### Bug Fixes
@@ -2142,7 +2150,8 @@
21422150
- extract paging implementation
21432151
- rename packages for clarity, promote Config to the public package
21442152

2145-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.2...HEAD
2153+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.0...HEAD
2154+
[v2.74.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.2...v2.74.0
21462155
[v2.73.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.1...v2.73.2
21472156
[v2.73.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.0...v2.73.1
21482157
[v2.73.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.72.0...v2.73.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.2"
4+
const Version string = "2.74.0"

0 commit comments

Comments
 (0)