Skip to content

Commit 3336dfd

Browse files
chore(release): release v2.79.0
1 parent 5db77de commit 3336dfd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="v2.79.0"></a>
2+
## [v2.79.0] - 2026-02-19
3+
### Features
4+
- **fleetcontrol:** add new package with fleet, fleet members CRUD ops ([#1360](https://github.com/newrelic/newrelic-client-go/issues/1360))
5+
16
<a name="v2.78.0"></a>
27
## [v2.78.0] - 2026-02-16
38
### Features
@@ -2200,7 +2205,8 @@
22002205
- extract paging implementation
22012206
- rename packages for clarity, promote Config to the public package
22022207

2203-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.78.0...HEAD
2208+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.79.0...HEAD
2209+
[v2.79.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.78.0...v2.79.0
22042210
[v2.78.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.77.0...v2.78.0
22052211
[v2.77.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.76.0...v2.77.0
22062212
[v2.76.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.75.4...v2.76.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.78.0"
4+
const Version string = "2.79.0"

0 commit comments

Comments
 (0)