Skip to content

Commit

Permalink
Merge pull request #97 from Rbillon59/update-n8n-1.53.2
Browse files Browse the repository at this point in the history
Update n8n to 1.53.2
  • Loading branch information
Rbillon59 authored Aug 15, 2024
2 parents e095bb9 + 4a8dd24 commit 5c606ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [ 1.0.46 ] - 2024-08-13

Bump n8n to 1.53.2

## [ 1.0.45 ] - 2024-08-06

Bump n8n to 1.52.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG N8N_VERSION=1.52.2
ARG N8N_VERSION=1.53.2
FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION}
USER root
RUN apk add --no-cache --update jq bash
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hass n8n",
"version": "1.0.45",
"version": "1.0.46",
"slug": "hass-n8n",
"description": "Self host your n8n instance",
"url": "https://github.com/Rbillon59/hass-n8n",
Expand Down

0 comments on commit 5c606ee

Please sign in to comment.