Skip to content

Commit f449abb

Browse files
🚀 Release 1.80.2 (#13406)
Co-authored-by: RicardoE105 <[email protected]>
1 parent c4fe0b5 commit f449abb

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.80.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.80.2) (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)) ([c4fe0b5](https://github.com/n8n-io/n8n/commit/c4fe0b550cda96b288ce17d5d46d2fa7b6e72eb5))
7+
8+
9+
110
## [1.80.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.80.1) (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.80.1",
3+
"version": "1.80.2",
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.80.1",
3+
"version": "1.80.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)