Skip to content

Commit 341456c

Browse files
🚀 Release 1.75.2 (#12679)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
1 parent 47cf99e commit 341456c

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.75.2](https://github.com/n8n-io/n8n/compare/n8n@1.75.1...n8n@1.75.2) (2025-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **Postgres Chat Memory Node:** Do not terminate the connection pool ([#12674](https://github.com/n8n-io/n8n/issues/12674)) ([47cf99e](https://github.com/n8n-io/n8n/commit/47cf99e20673dbf69836d310c0ffbf404dccee7b))
7+
8+
9+
110
## [1.75.1](https://github.com/n8n-io/n8n/compare/n8n@1.75.0...n8n@1.75.1) (2025-01-17)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.75.1",
3+
"version": "1.75.2",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.75.1",
3+
"version": "1.75.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.75.1",
3+
"version": "1.75.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/nodes-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.75.1",
3+
"version": "1.75.2",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)