Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Jan 24, 2020
1 parent 6958a44 commit b31b559
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## [Unreleased]


<a name="v0.7.1"></a>
## [v0.7.1] - 2020-01-24
### Bug Fixes
- **alerts:** handle more complex JSON structures in headers and/or payload
- **logging:** use global methods for the default logger rather than a logrus instance


<a name="v0.7.0"></a>
## [v0.7.0] - 2020-01-23
### Features
Expand Down Expand Up @@ -147,7 +154,8 @@
- get TestListApplications passing


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.1...HEAD
[v0.7.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...v0.5.1
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.7.0"
const Version string = "0.7.1"

0 comments on commit b31b559

Please sign in to comment.