Skip to content

Commit f85db62

Browse files
chore(release): release v2.55.0
1 parent ac6373d commit f85db62

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.55.0"></a>
2+
## [v2.55.0] - 2025-03-10
3+
### Features
4+
- **application_settings:** update application settings to latest fields ([#1267](https://github.com/newrelic/newrelic-client-go/issues/1267))
5+
16
<a name="v2.54.0"></a>
27
## [v2.54.0] - 2025-02-21
38
### Features
@@ -1977,7 +1982,8 @@
19771982
- extract paging implementation
19781983
- rename packages for clarity, promote Config to the public package
19791984

1980-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.54.0...HEAD
1985+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.55.0...HEAD
1986+
[v2.55.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.54.0...v2.55.0
19811987
[v2.54.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.53.0...v2.54.0
19821988
[v2.53.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.52.0...v2.53.0
19831989
[v2.52.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.51.3...v2.52.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.54.0"
4+
const Version string = "2.55.0"

0 commit comments

Comments
 (0)