From 538915bca863598b7cb0631b7ebf45b4a60b1f85 Mon Sep 17 00:00:00 2001 From: Jonathan Thurman Date: Tue, 3 Mar 2020 15:37:08 -0800 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.13.0 --- CHANGELOG.md | 15 ++++++++++++++- internal/version/version.go | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509be2de4..02ac8e9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] + +## [v0.13.0] - 2020-03-03 +### Bug Fixes +- **entities:** include applicationId for ApmApplicationEntity results +- **entities:** Make ApplicationID optional in results, omit if not returned by the API +- **http:** create a new errorValue for every request + +### Refactor +- **apm:** refactor deployments resource to use new auth strategy +- **http:** refactor client to a request-scoped config context + + ## [v0.12.0] - 2020-02-28 ### Bug Fixes @@ -296,7 +308,8 @@ - rename packages for clarity, promote Config to the public package -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.13.0...HEAD +[v0.13.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.12.0...v0.13.0 [v0.12.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.11.0...v0.12.0 [v0.11.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.1...v0.11.0 [v0.10.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.0...v0.10.1 diff --git a/internal/version/version.go b/internal/version/version.go index 9877d0f35..eb9a5e6de 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.12.0" +const Version string = "0.13.0"