From 33d79ab1c8204878867f9120140336bcb93b7f93 Mon Sep 17 00:00:00 2001
From: nr-developer-toolkit
<62031461+nr-developer-toolkit@users.noreply.github.com>
Date: Mon, 16 Oct 2023 05:58:41 +0000
Subject: [PATCH] chore(release): release v2.21.2
---
CHANGELOG.md | 10 ++++++++--
internal/version/version.go | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d924bbfe4..f8e3e4ae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
+
+## [v2.21.2] - 2023-10-12
+### Bug Fixes
+- **BrowserApplicationEntity:** addition of browserProperties fields ([#1035](https://github.com/newrelic/newrelic-client-go/issues/1035))
+
-## [v2.21.1] - 2023-09-01
+## [v2.21.1] - 2023-09-05
### Bug Fixes
- Generate 1 more level depth for Synthetics simple browser ([#1057](https://github.com/newrelic/newrelic-client-go/issues/1057))
- **GenericEntityOutline:** addition of tags to attributes returned ([#1051](https://github.com/newrelic/newrelic-client-go/issues/1051))
@@ -1663,7 +1668,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package
-[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.1...HEAD
+[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.2...HEAD
+[v2.21.2]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.1...v2.21.2
[v2.21.1]: https://github.com/newrelic/newrelic-client-go/compare/v2.21.0...v2.21.1
[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
diff --git a/internal/version/version.go b/internal/version/version.go
index 687a4fe2f..031209e0a 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.21.1"
+const Version string = "2.21.2"