Skip to content

Commit a235c79

Browse files
chore(release): release v2.74.1
1 parent a8a6430 commit a235c79

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.74.1"></a>
2+
## [v2.74.1] - 2025-11-24
3+
### Bug Fixes
4+
- **authorizationmanagement:** updates to the authorizationmanagement package ([#1353](https://github.com/newrelic/newrelic-client-go/issues/1353))
5+
16
<a name="v2.74.0"></a>
27
## [v2.74.0] - 2025-11-21
38
### Bug Fixes
@@ -2150,7 +2155,8 @@
21502155
- extract paging implementation
21512156
- rename packages for clarity, promote Config to the public package
21522157

2153-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.0...HEAD
2158+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.1...HEAD
2159+
[v2.74.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.0...v2.74.1
21542160
[v2.74.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.2...v2.74.0
21552161
[v2.73.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.1...v2.73.2
21562162
[v2.73.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.73.0...v2.73.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.74.0"
4+
const Version string = "2.74.1"

0 commit comments

Comments
 (0)