diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f12eebccdb5..1c81f545dc6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.56.2](https://github.com/n8n-io/n8n/compare/n8n@1.56.1...n8n@1.56.2) (2024-08-26) + + +### Bug Fixes + +* **core:** Stop explicit redis client disconnect on shutdown ([#10551](https://github.com/n8n-io/n8n/issues/10551)) ([7b33c94](https://github.com/n8n-io/n8n/commit/7b33c94676dcb5d643a3ae791dc26a73039f604e)) + + + ## [1.56.1](https://github.com/n8n-io/n8n/compare/n8n@1.56.0...n8n@1.56.1) (2024-08-23) diff --git a/package.json b/package.json index 70c1dd066353e..ef49f2365a8f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.56.1", + "version": "1.56.2", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index edd4472f9a4c8..2ca7dc0e5fb12 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.56.1", + "version": "1.56.2", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",