Skip to content

Commit

Permalink
chore(release): release v2.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Oct 16, 2023
1 parent a215dd3 commit 33d79ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<a name="v2.21.2"></a>
## [v2.21.2] - 2023-10-12
### Bug Fixes
- **BrowserApplicationEntity:** addition of browserProperties fields ([#1035](https://github.com/newrelic/newrelic-client-go/issues/1035))

<a name="v2.21.1"></a>
## [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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of this library
const Version string = "2.21.1"
const Version string = "2.21.2"

0 comments on commit 33d79ab

Please sign in to comment.