Skip to content

Commit 22de27c

Browse files
chore(release): release v2.53.0
1 parent 9a9833c commit 22de27c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v2.53.0"></a>
2+
## [v2.53.0] - 2025-02-03
3+
### Bug Fixes
4+
- **dependabot_alerts:** Updated dependencies to fix dependabot alerts ([#1265](https://github.com/newrelic/newrelic-client-go/issues/1265))
5+
- **integration-tests:** Resolve `newrelic-client-go` failed integration tests ([#1264](https://github.com/newrelic/newrelic-client-go/issues/1264))
6+
7+
### Features
8+
- **workflows:** adds new `notification_trigger` type `INVESTIGATING` ([#1270](https://github.com/newrelic/newrelic-client-go/issues/1270))
9+
110
<a name="v2.52.0"></a>
211
## [v2.52.0] - 2025-01-08
312
### Features
@@ -1963,7 +1972,8 @@
19631972
- extract paging implementation
19641973
- rename packages for clarity, promote Config to the public package
19651974

1966-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.52.0...HEAD
1975+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.53.0...HEAD
1976+
[v2.53.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.52.0...v2.53.0
19671977
[v2.52.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.3...v2.52.0
19681978
[v2.51.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.2...v2.51.3
19691979
[v2.51.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.1...v2.51.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.52.0"
4+
const Version string = "2.53.0"

0 commit comments

Comments
 (0)