From 5fde5bef1d51371d76382bd6b261814db4f6fca3 Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Tue, 8 Dec 2020 09:10:49 -0800 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.18.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e3cb7b8..d9c936bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [v0.18.0] - 2020-12-08 +### Features +- **install:** sketching out recipe validation +- **install:** fetch recipes from recipe service + ## [v0.17.1] - 2020-11-24 ### Bug Fixes @@ -313,7 +319,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.17.1...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.18.0...HEAD +[v0.18.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.17.1...v0.18.0 [v0.17.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.17.0...v0.17.1 [v0.17.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.16.0...v0.17.0 [v0.16.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.15.2...v0.16.0