Skip to content

Commit

Permalink
Merge pull request #153 from newrelic/release/v0.5.0
Browse files Browse the repository at this point in the history
chore(changelog): Update CHANGELOG for v0.5.0
  • Loading branch information
ctrombley authored Mar 27, 2020
2 parents 01c1327 + f449733 commit c790b1b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
## [Unreleased]


<a name="v0.5.0"></a>
## [v0.5.0] - 2020-03-26
### Bug Fixes
- **credentials:** Change profiles => profile, remove => delete (with aliases)
- **documentation:** Unhide documentation generation command

### Features
- **docs:** Add auto-generated CLI documentation
- **docs:** Add cobra generated documentation command (hidden)
- **workloads:** add a command to duplicate workloads
- **workloads:** add a command to update workloads
- **workloads:** add a command to delete workloads
- **workloads:** add a command to create workloads
- **workloads:** add a command to list workloads
- **workloads:** add a command to get a workload


<a name="v0.4.1"></a>
## [v0.4.1] - 2020-03-11
### Bug Fixes
Expand Down Expand Up @@ -111,7 +128,8 @@
- **profile:** Add listing of profiles to command


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.5.0...HEAD
[v0.5.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.4.0...v0.4.1
[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
Expand Down

0 comments on commit c790b1b

Please sign in to comment.