Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Jan 16, 2020
1 parent 9432bb2 commit 2e7b82a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
## [Unreleased]


<a name="v0.4.0"></a>
## [v0.4.0] - 2020-01-15
### Bug Fixes
- retry HTTP requests on 429 status codes

### Features
- **entities:** add entities search and entity tagging


<a name="v0.3.0"></a>
## [v0.3.0] - 2020-01-13
### Bug Fixes
Expand Down Expand Up @@ -113,6 +122,7 @@
- get TestListApplications passing


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...v0.2.0
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.3.0"
const Version string = "0.4.0"

0 comments on commit 2e7b82a

Please sign in to comment.