Skip to content

Commit

Permalink
Merge pull request #129 from newrelic/release/v0.4.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.4.0
  • Loading branch information
zlesnr authored Mar 10, 2020
2 parents 5f03fd8 + 8cb2623 commit 8eb8d6d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,19 @@
## [Unreleased]


<a name="v0.4.0"></a>
## [v0.4.0] - 2020-03-10
### Bug Fixes
- **apm:** required params should result in help display
- **build:** Force tag fetch on CI checkout
- **lint:** skip spellcheck on the output/ directory
- **release:** include / in regex parising for commit messages

### Features
- **apm/deployment:** Add all user defined fields to the deployment creation
- **entities/search:** Return single object instead of array on single value result


<a name="v0.3.0"></a>
## [v0.3.0] - 2020-03-06
### Bug Fixes
@@ -90,7 +103,8 @@
- **profile:** Add listing of profiles to command


[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.3...v0.3.0
[v0.2.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...v0.2.2

0 comments on commit 8eb8d6d

Please sign in to comment.