From d040aeee9e62a048290fbc7e0449bbb7a5f65b87 Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:00:10 +0000 Subject: [PATCH] chore(release): release v2.41.3 --- CHANGELOG.md | 9 ++++++++- internal/version/version.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3cf30e8..4c9067c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [v2.41.3] - 2024-08-01 +### Bug Fixes +- change datatypes of to and from in line and table thresholds from float64 to string ([#1199](https://github.com/newrelic/newrelic-client-go/issues/1199)) +- **entity:** regenerated 'entity' query max depth of 4 ([#1196](https://github.com/newrelic/newrelic-client-go/issues/1196)) + ## [v2.41.2] - 2024-07-15 ### Bug Fixes @@ -1847,7 +1853,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.3...HEAD +[v2.41.3]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...v2.41.3 [v2.41.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.1...v2.41.2 [v2.41.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.0...v2.41.1 [v2.41.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.40.0...v2.41.0 diff --git a/internal/version/version.go b/internal/version/version.go index 33eb41dbc..838e8b3b9 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.41.2" +const Version string = "2.41.3"