Skip to content

Commit 7a4e5d5

Browse files
🚀 Release 1.109.2 (#19122)
Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
1 parent c0a7bbb commit 7a4e5d5

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.109.2](https://github.com/n8n-io/n8n/compare/n8n@1.109.1...n8n@1.109.2) (2025-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **Basic LLM Chain Node:** Remove fallback connection on lower versions ([#19053](https://github.com/n8n-io/n8n/issues/19053)) ([e59152e](https://github.com/n8n-io/n8n/commit/e59152ec35d6d604690520e9772c5cfceeb2a04c))
7+
* **core:** Fix OIDC configuration update path ([#19065](https://github.com/n8n-io/n8n/issues/19065)) ([c0a7bbb](https://github.com/n8n-io/n8n/commit/c0a7bbb5a3edfdb1fa7cd947d76550a401866af9))
8+
9+
10+
111
## [1.109.1](https://github.com/n8n-io/n8n/compare/n8n@1.109.0...n8n@1.109.1) (2025-08-27)
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.109.1",
3+
"version": "1.109.2",
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.108.0",
3+
"version": "1.108.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.109.1",
3+
"version": "1.109.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/@n8n/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@n8n/i18n",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"files": [
66
"dist"
77
],

packages/frontend/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.109.1",
3+
"version": "1.109.2",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)