From e594ec083aa651d59591cf574326ba7e9076bdc7 Mon Sep 17 00:00:00 2001 From: Rbillon59 Date: Tue, 30 Jul 2024 05:35:47 +0000 Subject: [PATCH] Update n8n to 1.51.1 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050c644..66ebd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [ 1.0.44 ] - 2024-07-30 + + Bump n8n to 1.51.1 + ## [ 1.0.43 ] - 2024-07-16 Bump n8n to 1.49.0 diff --git a/Dockerfile b/Dockerfile index 77ab7ec..e0dc55a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=1.49.0 +ARG N8N_VERSION=1.51.1 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash diff --git a/config.json b/config.json index 5224b6f..7b39acf 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.0.43", + "version": "1.0.44", "slug": "hass-n8n", "description": "Self host your n8n instance", "url": "https://github.com/Rbillon59/hass-n8n",