From d69724440bcbd7c21e1df7fcd09e95d192ce133f Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Wed, 15 Apr 2020 12:51:06 -0700 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.21.1 --- CHANGELOG.md | 12 +++++++++++- internal/version/version.go | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e37cdaa6..c8ed8330d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] + +## [v0.21.1] - 2020-04-15 +### Bug Fixes +- **alerts:** return a NotFound error when policies are not found in NerdGraph + +### Refactor +- **workloads:** remove deprecated fields + + ## [v0.21.0] - 2020-04-06 ### Bug Fixes @@ -490,7 +499,8 @@ - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.1...HEAD +[v0.21.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.21.0...v0.21.1 [v0.21.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.1...v0.21.0 [v0.20.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.20.0...v0.20.1 [v0.20.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.19.0...v0.20.0 diff --git a/internal/version/version.go b/internal/version/version.go index 26f638178..24f425488 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "0.21.0" +const Version string = "0.21.1"