Skip to content

Commit

Permalink
Merge pull request #165 from newrelic/release/v0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
Jonathan Thurman authored Mar 3, 2020
2 parents df7526a + 538915b commit 32b1b4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
## [Unreleased]


<a name="v0.13.0"></a>
## [v0.13.0] - 2020-03-03
### Bug Fixes
- **entities:** include applicationId for ApmApplicationEntity results
- **entities:** Make ApplicationID optional in results, omit if not returned by the API
- **http:** create a new errorValue for every request

### Refactor
- **apm:** refactor deployments resource to use new auth strategy
- **http:** refactor client to a request-scoped config context


<a name="v0.12.0"></a>
## [v0.12.0] - 2020-02-28
### Bug Fixes
Expand Down Expand Up @@ -296,7 +308,8 @@
- rename packages for clarity, promote Config to the public package


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.13.0...HEAD
[v0.13.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.1...v0.11.0
[v0.10.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.10.0...v0.10.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.12.0"
const Version string = "0.13.0"

0 comments on commit 32b1b4f

Please sign in to comment.