diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc6f82..aced672 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.36 ] - 2024-04-30 + + Bump n8n to 1.38.2 + ## [ 1.0.35 ] - 2024-04-23 Bump n8n to 1.37.3 diff --git a/Dockerfile b/Dockerfile index b2b65f4..4c3584a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=1.37.3 +ARG N8N_VERSION=1.38.2 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 8e9ca55..2e7c3fc 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.0.35", + "version": "1.0.36", "slug": "hass-n8n", "description": "Self host your n8n instance", "url": "https://github.com/Rbillon59/hass-n8n",