Skip to content

Commit 25308d5

Browse files
chore(release): release v2.78.0
1 parent 44bd22a commit 25308d5

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.78.0"></a>
2+
## [v2.78.0] - 2026-02-16
3+
### Features
4+
- **cloud:** rollback health and trusted advisor for EUSC ([#1371](https://github.com/newrelic/newrelic-client-go/issues/1371))
5+
16
<a name="v2.77.0"></a>
27
## [v2.77.0] - 2026-02-02
38
### Features
@@ -2195,7 +2200,8 @@
21952200
- extract paging implementation
21962201
- rename packages for clarity, promote Config to the public package
21972202

2198-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.77.0...HEAD
2203+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.78.0...HEAD
2204+
[v2.78.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.77.0...v2.78.0
21992205
[v2.77.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.76.0...v2.77.0
22002206
[v2.76.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.4...v2.76.0
22012207
[v2.75.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...v2.75.4

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

0 commit comments

Comments
 (0)