From 8576fa83acc418dc3977d802aaa81a9b44f6b3ff Mon Sep 17 00:00:00 2001
From: Johannes <63070500+Johannesishere@users.noreply.github.com>
Date: Thu, 15 Aug 2024 16:51:21 +0200
Subject: [PATCH] Release notes 1.55.0 and 1.54.2 and 1.54.3 (#2350)
---
docs/release-notes.md | 83 +++++++++++++++++++++++++++++++++++++++----
1 file changed, 77 insertions(+), 6 deletions(-)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9e6a50e5c..902f86407 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -33,6 +33,83 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin
You can find the release notes for older versions of n8n [here](/release-notes/0-x)
///
+## n8n@1.55.1
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.55.0...n8n@1.55.1){:target=_blank .external-link} for this version.
+**Release date:** 2024-08-15
+
+This release contains bug fixes.
+
+For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
+
+## n8n@1.54.3
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.2...n8n@1.54.3){:target=_blank .external-link} for this version.
+**Release date:** 2024-08-15
+
+This release contains bug fixes.
+
+For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
+
+
+## n8n@1.54.2
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.54.2){:target=_blank .external-link} for this version.
+**Release date:** 2024-08-14
+
+This release contains bug fixes.
+
+For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub.
+
+## n8n@1.55.0
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@1.54.1...n8n@1.55.0){:target=_blank .external-link} for this version.
+**Release date:** 2024-08-14
+
+/// warning | [Breaking change](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md){:target=_blank .external-link}
+The N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES environment variable now also blocks access to n8n's static cache directory at ~/.cache/n8n/public.
+
+If you are writing to or reading from a file at n8n's static cache directory via a node, e.g. Read/Write Files from Disk, please update your node to use a different path.
+///
+
+This release contains a new feature, a new node, a node update and bug fixes.
+
+