diff --git a/package-lock.json b/package-lock.json index 674cf185e..08150cc0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20873,7 +20873,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.205.0", + "version": "0.206.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 83047189e..f42cad40a 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.206.0] - 2026-07-22 + +### Changed + +- Compliance Portal `Update` operation renamed the `Title` field to `Entity Name`, matching the compliance portal's short entity-name field + ## [0.205.0] - 2026-07-21 ### Added diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 1ec5b2690..090cb25f2 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.205.0", + "version": "0.206.0", "main": "index.js", "scripts": { "build": "n8n-node build",