Skip to content

Commit 8cb2623

Browse files
committed
chore(changelog): Update CHANGELOG for v0.4.0
1 parent 5f03fd8 commit 8cb2623

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
## [Unreleased]
33

44

5+
<a name="v0.4.0"></a>
6+
## [v0.4.0] - 2020-03-10
7+
### Bug Fixes
8+
- **apm:** required params should result in help display
9+
- **build:** Force tag fetch on CI checkout
10+
- **lint:** skip spellcheck on the output/ directory
11+
- **release:** include / in regex parising for commit messages
12+
13+
### Features
14+
- **apm/deployment:** Add all user defined fields to the deployment creation
15+
- **entities/search:** Return single object instead of array on single value result
16+
17+
518
<a name="v0.3.0"></a>
619
## [v0.3.0] - 2020-03-06
720
### Bug Fixes
@@ -90,7 +103,8 @@
90103
- **profile:** Add listing of profiles to command
91104

92105

93-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...HEAD
106+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...HEAD
107+
[v0.4.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.3.0...v0.4.0
94108
[v0.3.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.3...v0.3.0
95109
[v0.2.3]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.2...v0.2.3
96110
[v0.2.2]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.1...v0.2.2

0 commit comments

Comments
 (0)