From 699356a54439ce00389fa03820e33b235cb35b8e Mon Sep 17 00:00:00 2001 From: Chris Trombley Date: Thu, 27 Feb 2020 10:40:40 -0800 Subject: [PATCH] chore(changelog): Update CHANGELOG for v0.11.0 --- CHANGELOG.md | 9 ++++++++- internal/version/version.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12512717..b600f92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.11.0] - 2020-02-27 +### Features +- **http:** allow personal API keys to be used for alerts and APM resources + + ## [v0.10.1] - 2020-02-20 ### Bug Fixes @@ -190,7 +196,8 @@ - get TestListApplications passing -[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.1...HEAD +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.11.0...HEAD +[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 [v0.10.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.9.0...v0.10.0 [v0.9.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.8.0...v0.9.0 diff --git a/internal/version/version.go b/internal/version/version.go index b90ef6c7..8cd0602b 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.10.1" +const Version string = "0.11.0"