From 279eb4ddfbb758c987e16dcae578fdbb723baf1c Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Fri, 11 Dec 2020 10:46:55 -0800 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.18.3 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd927ce8..2575482de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [v0.18.3] - 2020-12-11 ## [v0.18.2] - 2020-12-09 ### Bug Fixes @@ -21,7 +23,7 @@ - **diagnostics:** update download URL -## [v0.17.0] - 2020-11-23 +## [v0.17.0] - 2020-11-20 ### Bug Fixes - **install:** fix meltMatch struct to match spec @@ -330,7 +332,8 @@ - **profile:** Enable reading of profiles and use Region/APIKey from default profile - **profile:** Add listing of profiles to command -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.2...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.3...HEAD +[v0.18.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.2...v0.18.3 [v0.18.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.1...v0.18.2 [v0.18.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.0...v0.18.1 [v0.18.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.17.1...v0.18.0