Skip to content

Commit

Permalink
Merge pull request #95 from newrelic/release/v0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
Jonathan Thurman authored Mar 4, 2020
2 parents 173ba87 + deac26c commit 81e592a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
## [Unreleased]


<a name="v0.2.0"></a>
## [v0.2.0] - 2020-03-03
### Bug Fixes
- **client:** Fix ENV var prefix to be consistent with NR standards
- **config:** set user agent and service name, add version package
- **credentials:** proper handling when removing default profile
- **docs:** Fix release badge link

### Documentation Updates
- **command:** improve short help text

### Features
- **apm:** include get command for APM applications
- **docker:** Add docker image building / push to make system


<a name="v0.1.0"></a>
## v0.1.0 - 2020-02-27
### Bug Fixes
Expand Down Expand Up @@ -39,4 +55,5 @@
- **profile:** Add listing of profiles to command


[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...v0.2.0
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of the CLI
const Version string = "0.1.0"
// Version of this library
const Version string = "0.2.0"

0 comments on commit 81e592a

Please sign in to comment.