diff --git a/package-lock.json b/package-lock.json index 3a5864c72..ee52615c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20558,7 +20558,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.209.0", + "version": "0.210.0", "license": "MIT", "devDependencies": { "@n8n/node-cli": "0.37.2", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index a687bde94..b80b0382e 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.210.0] - 2026-07-31 + +### Added + +- Device `Create`, `Get Many`, `Get`, `Revoke`, `Delete`, and `Set Owner` operations to manage ITAM devices +- Organization `Delete Horizontal Logo` operation + ## [0.209.0] - 2026-07-30 ### Changed diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index c5b3073ca..057bdb976 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.209.0", + "version": "0.210.0", "main": "index.js", "scripts": { "build": "n8n-node build",