Skip to content

Commit

Permalink
chore(release): release v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit committed Aug 28, 2023
1 parent ffdb4ac commit 2e930e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="v2.21.0"></a>
## [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))

<a name="v2.20.0"></a>
## [v2.20.0] - 2023-08-01
### Features
Expand Down Expand Up @@ -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
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.20.0"
const Version string = "2.21.0"

0 comments on commit 2e930e5

Please sign in to comment.