diff --git a/CHANGELOG.md b/CHANGELOG.md index 73aacb4600c00..0641a16f003a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.55.4](https://github.com/n8n-io/n8n/compare/n8n@1.55.3...n8n@1.55.4) (2024-08-26) + + +### Bug Fixes + +* **core:** Stop explicit redis client disconnect on shutdown ([#10551](https://github.com/n8n-io/n8n/issues/10551)) ([ca995c5](https://github.com/n8n-io/n8n/commit/ca995c56f5f52972b8b400a76680191e697772a1)) + + + ## [1.55.3](https://github.com/n8n-io/n8n/compare/n8n@1.55.2...n8n@1.55.3) (2024-08-16) diff --git a/package.json b/package.json index c0599c331add0..68d307dfeb5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.55.3", + "version": "1.55.4", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index ac273765e6676..dd784411c4c6f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.55.3", + "version": "1.55.4", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",