Skip to content

Commit 9cbb83c

Browse files
🚀 Release 2.11.2 (#26663)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
1 parent 2481969 commit 9cbb83c

File tree

20 files changed

+30
-19
lines changed

20 files changed

+30
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.11.2](https://github.com/n8n-io/n8n/compare/n8n@2.11.1...n8n@2.11.2) (2026-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **ai-builder:** Don't use autoGenerate for UUID columns for WFB persistence migration (backport to release-candidate/2.11.x) ([#26589](https://github.com/n8n-io/n8n/issues/26589)) ([d672e4c](https://github.com/n8n-io/n8n/commit/d672e4c1d809cdd508d41281d33b1295d9399e00))
7+
* **Form Node:** Improve form rendering consistency (backport to release-candidate/2.11.x) ([#26652](https://github.com/n8n-io/n8n/issues/26652)) ([2481969](https://github.com/n8n-io/n8n/commit/2481969032f79b9fe0f0d3cc6b508cd9ee1685ab))
8+
* Log streaming config works with proxy (backport to release-candidate/2.11.x) ([#26590](https://github.com/n8n-io/n8n/issues/26590)) ([2034f5f](https://github.com/n8n-io/n8n/commit/2034f5f731ae8fab105911d93f897240a93dd666))
9+
10+
11+
112
## [2.11.1](https://github.com/n8n-io/n8n/compare/n8n@2.11.0...n8n@2.11.1) (2026-03-04)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/ai-workflow-builder.ee/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/ai-workflow-builder",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"typecheck": "tsc --noEmit",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-common",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-test-utils",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/chat-hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/chat-hub",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/db",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/decorators",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/nodes-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"description": "",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)