From 2e930e54fe8a7cf233eda5fc555711fd79e80a50 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Mon, 28 Aug 2023 11:07:38 +0000
Subject: [PATCH] chore(release): release v2.21.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 c8e030f82..7c7d147b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+
+## [v2.21.0] - 2023-08-28
+### Features
+- Add capability id header for all NerdGraph requests ([#1049](https://github.com/newrelic/newrelic-client-go/issues/1049))
+- **synthetics:** Update device emulation test for Simple Browser monitor synthetics ([#1054](https://github.com/newrelic/newrelic-client-go/issues/1054))
+
## [v2.20.0] - 2023-08-01
### Features
@@ -1651,7 +1657,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.20.0...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.0...HEAD
+[v2.21.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.20.0...v2.21.0
[v2.20.0]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.6...v2.20.0
[v2.19.6]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.5...v2.19.6
[v2.19.5]: https://github.com/newrelic/newrelic-client-go/compare/v2.19.4...v2.19.5
diff --git a/internal/version/version.go b/internal/version/version.go
index 94f5b952a..7ed23fd72 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Version of this library
-const Version string = "2.20.0"
+const Version string = "2.21.0"