diff --git a/catalog/config.json b/catalog/config.json index fed552d..3bf374e 100644 --- a/catalog/config.json +++ b/catalog/config.json @@ -4,7 +4,7 @@ "categoryTerms": ["language agent" ], "keywords": ["Performance", "APM", "OTEL", "OpenTelemetry"], "repository": "https://github.com/newrelic-experimental/nr-attribute-explorer", - "whatsNew": "Code refactor.", + "whatsNew": "Popover charts.", "support": { "email": { "address": "" diff --git a/package.json b/package.json index d1ff90b..c978ca5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr1-attribute-explorer", - "version": "1.0.1", + "version": "1.1.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0"