Skip to content

Commit 29b7ed6

Browse files
author
Jonathan Thurman
authored
Merge pull request #180 from newrelic/release/v0.6.1
chore(changelog): Update CHANGELOG for v0.6.1
2 parents 9ac6da6 + 79e30e1 commit 29b7ed6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
## [Unreleased]
33

44

5+
<a name="v0.6.1"></a>
6+
## [v0.6.1] - 2020-04-07
7+
### Bug Fixes
8+
- **newrelic:** Fix command name replacement on build
9+
- **region:** Region parsing from config did not allow lowercase which is required for backwards compat
10+
11+
512
<a name="v0.6.0"></a>
6-
## [v0.6.0] - 2020-04-02
13+
## [v0.6.0] - 2020-04-03
714
### Features
815
- **nerdstorage:** add command for managing nerdstorage documents
916

@@ -134,7 +141,8 @@
134141
- **profile:** Add listing of profiles to command
135142

136143

137-
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...HEAD
144+
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.1...HEAD
145+
[v0.6.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.6.0...v0.6.1
138146
[v0.6.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...v0.6.0
139147
[v0.5.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...v0.5.0
140148
[v0.4.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)