diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 33c352f5de..444820a181 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:1.68.1@sha256:5e8acf8527ddf9d08a4f0e7ac042eb3fb31a6afa071ed2b8be2e47327b0acd49 + image: n8nio/n8n:1.69.2@sha256:0adfff289ee1d4cc64644e909a140d620ec0f7d645fa0bc0852c369afadbe0e6 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index bba510e045..a12cb45258 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,13 +2,11 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.68.1" +version: "1.69.2" releaseNotes: >- This update includes bug fixes and improvements: - - Fixed issues with form triggers and workflow canvas - - Improved error handling and stability - - Enhanced SQL query output and code editing functionality - - Various UI and performance improvements + - Fixed issues with workers view functionality + - Various stability improvements Full release notes are found at https://github.com/n8n-io/n8n/releases