diff --git a/package-lock.json b/package-lock.json index a9849a4c3..674cf185e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20873,7 +20873,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.204.0", + "version": "0.205.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 3fe1e2579..83047189e 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.205.0] - 2026-07-21 + +### Added + +- Compliance Portal `Update` operation gained Title, Description, Website URL, Email, and Headquarter Address fields to manage the compliance page profile +- Webhook event choices now include `RIGHT_REQUEST_CREATED`, `RIGHT_REQUEST_UPDATED`, and `RIGHT_REQUEST_DELETED` + +### Changed + +- Renamed the `Trust Center` resource to `Compliance Portal`, and its custom link operations to `Create Custom Link`/`Delete Custom Link`, matching the renamed GraphQL API + +### Removed + +- `Organization` > `Update` no longer exposes Description, Website URL, Email, and Headquarter Address fields; use `Compliance Portal` > `Update` instead + ## [0.204.0] - 2026-07-20 ### Added diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 49dfa862c..1ec5b2690 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.204.0", + "version": "0.205.0", "main": "index.js", "scripts": { "build": "n8n-node build",