diff --git a/CHANGELOG.md b/CHANGELOG.md index 679b12dbe..298161705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] + +## [v0.2.1] - 2020-03-03 +### Bug Fixes +- **docker:** Use Entrypoint so binary is assumed + + ## [v0.2.0] - 2020-03-03 ### Bug Fixes @@ -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 diff --git a/internal/version/version.go b/internal/version/version.go index 1aea21fd7..3d86dd737 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version of this library -const Version string = "0.2.0" +const Version string = "0.2.1"