From 23fcdd04b74b42291345bb47f8e66e3e806f76a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:16:44 +0200 Subject: [PATCH] :rocket: Release 1.78.1 (#13274) Co-authored-by: tomi <10324676+tomi@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c513f5b668f..630d6ca369be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.78.1](https://github.com/n8n-io/n8n/compare/n8n@1.78.0...n8n@1.78.1) (2025-02-15) + + +### Bug Fixes + +* **core:** Redact credentials ([#13263](https://github.com/n8n-io/n8n/issues/13263)) ([1756097](https://github.com/n8n-io/n8n/commit/17560979cdb12e71a74c9fb41abceed3c6bee0c2)) + + + # [1.78.0](https://github.com/n8n-io/n8n/compare/n8n@1.77.0...n8n@1.78.0) (2025-02-06) diff --git a/package.json b/package.json index c288e3c71e2fa..72580bacf7170 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.78.0", + "version": "1.78.1", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 602c25a71d739..dd590c1f99f9b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.78.0", + "version": "1.78.1", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts",