Skip to content

Commit 5208550

Browse files
chore(release): release v2.75.2
1 parent 38bbc0d commit 5208550

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.75.2"></a>
2+
## [v2.75.2] - 2026-01-06
3+
### Bug Fixes
4+
- **nrqldroprules:** update EOL date, in light of the new effective date, June 30, 2026 ([#1357](https://github.com/newrelic/newrelic-client-go/issues/1357))
5+
16
<a name="v2.75.1"></a>
27
## [v2.75.1] - 2025-12-22
38
### Bug Fixes
@@ -2170,7 +2175,8 @@
21702175
- extract paging implementation
21712176
- rename packages for clarity, promote Config to the public package
21722177

2173-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.1...HEAD
2178+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.2...HEAD
2179+
[v2.75.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.1...v2.75.2
21742180
[v2.75.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.0...v2.75.1
21752181
[v2.75.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.2...v2.75.0
21762182
[v2.74.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.74.1...v2.74.2

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.75.1"
4+
const Version string = "2.75.2"

0 commit comments

Comments
 (0)