Skip to content

Commit

Permalink
chore(release): release v0.86.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-developer-toolkit authored and sanderblue committed Jul 8, 2022
1 parent 2fa5256 commit 2acff1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v0.86.3"></a>
## [v0.86.3] - 2022-06-27
### Bug Fixes
- **synthetics:** use *bool type to avoid removing false values

<a name="v0.86.2"></a>
## [v0.86.2] - 2022-06-23
### Bug Fixes
Expand Down Expand Up @@ -1339,7 +1344,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.86.2...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.86.3...HEAD
[v0.86.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.86.2...v0.86.3
[v0.86.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.86.1...v0.86.2
[v0.86.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.86.0...v0.86.1
[v0.86.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.85.0...v0.86.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 = "0.86.2"
const Version string = "0.86.3"

0 comments on commit 2acff1e

Please sign in to comment.