diff --git a/joal/CHANGELOG.md b/joal/CHANGELOG.md index 5338a8ea1..dc07b184d 100644 --- a/joal/CHANGELOG.md +++ b/joal/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.32 (05-11-2022) +- Update to latest version from anthonyraymond/joal + ## 2.1.31 (04-08-2022) - Update to latest version from anthonyraymond/joal diff --git a/joal/Dockerfile b/joal/Dockerfile index f664b4584..406a3d3ed 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="2.1.31" +ARG BUILD_UPSTREAM="2.1.32" FROM anthonyraymond/joal:$BUILD_UPSTREAM ################## diff --git a/joal/config.json b/joal/config.json index 6f6942cdd..5e0f9f433 100644 --- a/joal/config.json +++ b/joal/config.json @@ -34,5 +34,5 @@ }, "slug": "joal", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.31" + "version": "2.1.32" } diff --git a/joal/updater.json b/joal/updater.json index fe7e8444e..297e0300f 100644 --- a/joal/updater.json +++ b/joal/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-08-2022", + "last_update": "05-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "joal", "source": "github", "upstream_repo": "anthonyraymond/joal", - "upstream_version": "2.1.31" + "upstream_version": "2.1.32" }