Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.6.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley authored Jan 22, 2020
1 parent 0906653 commit 2a87b28
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
Expand Up @@ -2,6 +2,12 @@
## [Unreleased]


<a name="v0.6.0"></a>
## [v0.6.0] - 2020-01-22
### Features
- **alerts:** add GetSyntheticsCondition method ([#105](https://github.com/newrelic/newrelic-client-go/issues/105))


<a name="v0.5.1"></a>
## [v0.5.1] - 2020-01-21
### Bug Fixes
Expand Down Expand Up @@ -134,7 +140,8 @@
- get TestListApplications passing


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

0 comments on commit 2a87b28

Please sign in to comment.