Skip to content

Commit 7edc35d

Browse files
🚀 Release 1.79.3 (#13404)
Co-authored-by: RicardoE105 <[email protected]>
1 parent 537df8a commit 7edc35d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.79.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.79.3) (2025-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Make sure middleware works with legacy API Keys ([#13390](https://github.com/n8n-io/n8n/issues/13390)) ([537df8a](https://github.com/n8n-io/n8n/commit/537df8a745ec4956da9898593c962d16e2d4097b))
7+
8+
9+
110
## [1.79.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.79.2) (2025-02-20)
211

312

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.79.2",
3+
"version": "1.79.3",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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.79.2",
3+
"version": "1.79.3",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)