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"