From 2785c31e58443ef35d5f3872b3b930d6d595225d Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:27:57 +0000 Subject: [PATCH] chore(release): release v2.44.0 --- CHANGELOG.md | 8 +++++++- internal/version/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9bde572..1526f4f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.44.0] - 2024-09-02 +### Features +- **dashboard:** add support for initial sorting and refresh rate ([#1206](https://github.com/newrelic/newrelic-client-go/issues/1206)) + ## [v2.43.2] - 2024-08-29 ### Bug Fixes @@ -1880,7 +1885,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.2...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.44.0...HEAD +[v2.44.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.2...v2.44.0 [v2.43.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.1...v2.43.2 [v2.43.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.43.0...v2.43.1 [v2.43.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.42.1...v2.43.0 diff --git a/internal/version/version.go b/internal/version/version.go index fac420333..39523d1fb 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "2.43.2" +const Version string = "2.44.0"