diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8b03cb1bf83..cc9cf9c9b9c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.19.5](https://github.com/n8n-io/n8n/compare/n8n@1.19.4...n8n@1.19.5) (2023-12-05) + + +### Bug Fixes + +* **core:** Allow grace period for binary data deletion after manual execution ([#7889](https://github.com/n8n-io/n8n/issues/7889)) ([cf2b70a](https://github.com/n8n-io/n8n/commit/cf2b70aee9f110cdf626809f38be8fbafc44d9af)) + + + ## [1.19.4](https://github.com/n8n-io/n8n/compare/n8n@1.19.3...n8n@1.19.4) (2023-12-01) diff --git a/package.json b/package.json index 9411c5b696078..9513d7532f3b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.19.4", + "version": "1.19.5", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index fe5b09623158f..ec72d2e0cbd44 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "0.4.2", + "version": "0.4.3", "description": "", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/cli/package.json b/packages/cli/package.json index bb0895a9053d6..2a855e7646060 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.19.4", + "version": "1.19.5", "description": "n8n Workflow Automation Tool", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",