diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 6ee8c96058..e7c4cdbfe0 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.59.4@sha256:94948b84bf86d7bae482eb1c74fe02c32c21d48db2f236f7744218ef46c002bd + image: n8nio/n8n:1.60.1@sha256:a030f51ebbe374a53cf100a17f28e9c69124c7042418851f31e15c8cdb79cfe3 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 8e456d148b..9475fd6e20 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,11 +2,12 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.59.4" +version: "1.60.1" releaseNotes: >- This update includes bug fixes and improvements, such as: - - Preventing clipboard XSS injection - - Updating grid size when opening credentials support chat + - Fixed webhook binary data max size configuration + - Prevented clipboard XSS injection + - Updated grid size when opening credentials support chat Full release notes are found at https://github.com/n8n-io/n8n/releases