diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 89b38f4..aaa5885 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.1](https://github.com/newrelic/nr1-github/compare/v0.6.0...v0.6.1) (2020-05-16) + + +### Bug Fixes + +* method name correction ([b9e9499](https://github.com/newrelic/nr1-github/commit/b9e94995e6679fefe02a09692b7233c8cce0c1b1)) + # [0.6.0](https://github.com/newrelic/nr1-github/compare/v0.5.1...v0.6.0) (2020-04-01) diff --git a/package.json b/package.json index 348758b..b923b57 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-github", "description": "Nerdpack nr1-github", - "version": "0.6.0", + "version": "0.6.1", "bugs": { "email": "opensource+nr1-github@newrelic.com" },