From 8cb2623bde79a2bd0d3a6229e88a007358708dcb Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Tue, 10 Mar 2020 09:45:58 -0700 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.4.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea9d8094..80d35b806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] + +## [v0.4.0] - 2020-03-10 +### Bug Fixes +- **apm:** required params should result in help display +- **build:** Force tag fetch on CI checkout +- **lint:** skip spellcheck on the output/ directory +- **release:** include / in regex parising for commit messages + +### Features +- **apm/deployment:** Add all user defined fields to the deployment creation +- **entities/search:** Return single object instead of array on single value result + + ## [v0.3.0] - 2020-03-06 ### Bug Fixes @@ -90,7 +103,8 @@ - **profile:** Add listing of profiles to command -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...v0.4.0 [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