diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cae5d51..8afb3cd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.7.0](https://github.com/newrelic/nr1-neon/compare/v0.6.0...v0.7.0) (2021-11-05) + + +### Features + +* add catalog keywords and categoryTerms ([fffb0e9](https://github.com/newrelic/nr1-neon/commit/fffb0e93f3a39e00780c95055113e9a2655a6e00)) + # [0.6.0](https://github.com/newrelic/nr1-neon/compare/v0.5.0...v0.6.0) (2021-10-15) diff --git a/package-lock.json b/package-lock.json index add6168..cacf425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-neon", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4322808..bb55d79 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.6.0", + "version": "0.7.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",