diff --git a/changes.yml b/changes.yml index 238137e..70e030a 100644 --- a/changes.yml +++ b/changes.yml @@ -1,3 +1,5 @@ +0.2.0: + - added status & severity filtering for alarms 0.1.1: - patch: fixed c8y-alarms auth error that slipped past local testing somehow diff --git a/package-lock.json b/package-lock.json index 2b3706b..7ebc61f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-cumulocity", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 499dbed..6d19f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-cumulocity", - "version": "0.1.2", + "version": "0.2.0", "description": "Library of node-red nodes supporting integration with Cumulocity", "main": "none", "devDependencies": {},