diff --git a/.changeset/little-experts-hope.md b/.changeset/little-experts-hope.md deleted file mode 100644 index 9538d344..00000000 --- a/.changeset/little-experts-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@absmach/magistrala-sdk": patch ---- - -updates the group struct to include actions and roles diff --git a/CHANGELOG.md b/CHANGELOG.md index e3615f00..c892f4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @absmach/magistrala-sdk +## 0.9.11 + +### Patch Changes + +- dd7837d: updates the group struct to include actions and roles + ## 0.9.10 ### Patch Changes diff --git a/package.json b/package.json index f8929c14..1a4689fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@absmach/magistrala-sdk", - "version": "0.9.10", + "version": "0.9.11", "description": "Official Magistrala sdk", "main": "./dist/sdk.js", "module": "./dist/sdk.mjs",