Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed May 13, 2021
1 parent ba8e93c commit ab78d1f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v0.26.0"></a>
## [v0.26.0] - 2021-05-13
### Bug Fixes
- **install:** replace AddVar() with SetRecipeVar() after types refactor

### Features
- **diagnose:** add validate subcommand
- **newrelic:** bootstrap an insights insert key on first use

<a name="v0.25.0"></a>
## [v0.25.0] - 2021-05-07
### Bug Fixes
Expand Down Expand Up @@ -638,7 +647,8 @@
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
- **profile:** Add listing of profiles to command

[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.26.0...HEAD
[v0.26.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.25.0...v0.26.0
[v0.25.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.1...v0.25.0
[v0.24.1]: https://github.com/newrelic/newrelic-client-go/compare/v0.24.0...v0.24.1
[v0.24.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.23.2...v0.24.0
Expand Down

0 comments on commit ab78d1f

Please sign in to comment.