diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6a0f0..b279b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v2.0.0 +* Update dependencies +* Add AlarmDescription field + (This new field can be hidden by adding an "Hide in table" override to your panel) + ## v1.2.0 * Update dependencies * Support for template variables (within the alarm name prefix and region) diff --git a/package-lock.json b/package-lock.json index 34ae26a..0ec3edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "computest-cloudwatchalarm-datasource", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "computest-cloudwatchalarm-datasource", - "version": "1.2.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 0887d3c..9a9bb6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "computest-cloudwatchalarm-datasource", "license": "Apache-2.0", - "version": "1.2.0", + "version": "2.0.0", "author": "Joris van der Wel - Computest Services B.V. ", "description": "Data source for Amazon AWS CloudWatch Alarm status", "scripts": {