diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8dc31c2..13aa6f1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.2](https://github.com/newrelic/nr1-neon/compare/v0.3.1...v0.3.2) (2020-04-02) + + +### Bug Fixes + +* bump version ([d337d58](https://github.com/newrelic/nr1-neon/commit/d337d587acc3a68a3a6ca1c467e39be8dc0e691e)) + ## [0.3.1](https://github.com/newrelic/nr1-neon/compare/v0.3.0...v0.3.1) (2020-03-30) ### Bug Fixes diff --git a/package.json b/package.json index a108a92..c8ea279 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-neon", "description": "Create a status board based on New Relic alert statuses or event values.", - "version": "0.3.1", + "version": "0.3.2", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",