Skip to content

Commit 027bf3f

Browse files
🚀 Release 1.123.1 (#22674)
Co-authored-by: tomi <[email protected]>
1 parent e1ab229 commit 027bf3f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.123.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.123.1) (2025-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Prevent execution data from being overwritten on manual workflow resume ([#22665](https://github.com/n8n-io/n8n/issues/22665)) ([e1ab229](https://github.com/n8n-io/n8n/commit/e1ab2295efef976b7ed91debd95a5c8f77d339eb))
7+
* **MCP Client Node:** Make "Use Dynamic Client Registration" toggle not required ([#22645](https://github.com/n8n-io/n8n/issues/22645)) ([a60eba3](https://github.com/n8n-io/n8n/commit/a60eba35ebc0b328961ddb713f260dc9d01ad334))
8+
9+
10+
111
# [1.123.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.123.0) (2025-12-01)
212

313

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": "1.123.0",
3+
"version": "1.123.1",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

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": "1.122.0",
3+
"version": "1.122.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.123.0",
3+
"version": "1.123.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)