diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b7f5b2..c5689e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [v2.28.1] - 2024-04-08 +### Bug Fixes +- **entities:** include 'reporting' if part of entity search NRQL query + ## [v2.28.0] - 2024-04-02 ### Bug Fixes @@ -1731,7 +1736,8 @@ - extract paging implementation - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.1...HEAD +[v2.28.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.28.0...v2.28.1 [v2.28.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.27.0...v2.28.0 [v2.27.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.1...v2.27.0 [v2.26.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.26.0...v2.26.1 diff --git a/internal/version/version.go b/internal/version/version.go index 7927a7e3..635f5b4e 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.28.0" +const Version string = "2.28.1"