From b3ba075c4b5364b2319ee002ee048275b4d81d86 Mon Sep 17 00:00:00 2001 From: Jonathan Thurman Date: Fri, 6 Mar 2020 17:02:20 -0800 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.3.0 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e067ee9..cea9d8094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## [Unreleased] + +## [v0.3.0] - 2020-03-06 +### Bug Fixes +- **newrelic:** Do not log fatal error if Cobra is printing out the help screen +- **newrelic:** avoid duplicate error message output + +### Documentation Updates +- include information on getting started +- **newrelic:** update the help screens for consistency + +### Features +- **entities:** add ability to map entity search result fields via flag +- **nerdgraph:** add nerdgraph command with query subcommand + + ## [v0.2.3] - 2020-03-04 ### Bug Fixes @@ -75,7 +90,8 @@ - **profile:** Add listing of profiles to command -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.3...v0.3.0 [v0.2.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...v0.2.1