Skip to content

Commit

Permalink
Merge pull request #143 from newrelic/release/v0.10.1
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.10.1
  • Loading branch information
sanderblue authored Feb 20, 2020
2 parents f306602 + 7d1a21d commit a790bda
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.10.1"></a>
## [v0.10.1] - 2020-02-20
### Bug Fixes
- **entities:** tags filter needs to use type TagValue in graphql query
- **newrelic:** Add option to set ServiceName in Config


<a name="v0.10.0"></a>
## [v0.10.0] - 2020-02-19
### Features
Expand Down Expand Up @@ -183,7 +190,8 @@
- get TestListApplications passing


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.1...HEAD
[v0.10.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.0...v0.10.1
[v0.10.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.7.1...v0.8.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.10.0"
const Version string = "0.10.1"

0 comments on commit a790bda

Please sign in to comment.