Skip to content

Commit 0f58ddd

Browse files
chore(release): release v2.77.0
1 parent f4a6cac commit 0f58ddd

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.77.0"></a>
2+
## [v2.77.0] - 2026-02-02
3+
### Features
4+
- **cloud:** add AWS EU Sovereign cloud provider support ([#1368](https://github.com/newrelic/newrelic-client-go/issues/1368))
5+
16
<a name="v2.76.0"></a>
27
## [v2.76.0] - 2026-01-15
38
### Features
@@ -2190,7 +2195,8 @@
21902195
- extract paging implementation
21912196
- rename packages for clarity, promote Config to the public package
21922197

2193-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.76.0...HEAD
2198+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.77.0...HEAD
2199+
[v2.77.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.76.0...v2.77.0
21942200
[v2.76.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.4...v2.76.0
21952201
[v2.75.4]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.3...v2.75.4
21962202
[v2.75.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.2...v2.75.3

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

0 commit comments

Comments
 (0)