Skip to content

Commit

Permalink
Merge pull request newrelic#442 from newrelic/release/v0.39.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.39.0
  • Loading branch information
ctrombley committed Aug 27, 2020
2 parents c31a31a + ac7905a commit 13ed6ee
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="v0.39.0"></a>
## [v0.39.0] - 2020-08-27
### Features
- **logs:** implement log batch mode
- **logs:** implement log batch mode

<a name="v0.38.0"></a>
## [v0.38.0] - 2020-08-25
### Bug Fixes
Expand Down Expand Up @@ -712,7 +718,8 @@
- extract paging implementation
- rename packages for clarity, promote Config to the public package

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.38.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.39.0...HEAD
[v0.39.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.38.0...v0.39.0
[v0.38.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.37.0...v0.38.0
[v0.37.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.36.0...v0.37.0
[v0.36.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.35.1...v0.36.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.38.0"
const Version string = "0.39.0"

0 comments on commit 13ed6ee

Please sign in to comment.