Skip to content

Commit

Permalink
chore(changelog): Update CHANGELOG for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Thurman committed Mar 4, 2020
1 parent 14cbc3d commit bb1d755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## [Unreleased]


<a name="v0.2.1"></a>
## [v0.2.1] - 2020-03-03
### Bug Fixes
- **docker:** Use Entrypoint so binary is assumed


<a name="v0.2.0"></a>
## [v0.2.0] - 2020-03-03
### Bug Fixes
Expand Down Expand Up @@ -55,5 +61,6 @@
- **profile:** Add listing of profiles to command


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

// Version of this library
const Version string = "0.2.0"
const Version string = "0.2.1"

0 comments on commit bb1d755

Please sign in to comment.