diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a313f557..fe3cf30e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.41.2] - 2024-07-15 +### Bug Fixes +- **dashboard:** update line and table widget threshold to and from fields datatypes to float64 ([#1192](https://github.com/newrelic/newrelic-client-go/issues/1192)) + ## [v2.41.1] - 2024-07-11 ### Bug Fixes @@ -1842,7 +1847,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.1...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.41.2...HEAD +[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 [v2.40.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.39.1...v2.40.0 diff --git a/internal/version/version.go b/internal/version/version.go index f44a9e005..33eb41dbc 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.1" +const Version string = "2.41.2"