diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 2da8275dc..6ff83467d 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.100 (23-05-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.18.98 (21-05-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index e988ab146..a830a6040 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.18.98" +ARG BUILD_UPSTREAM="0.18.100" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index 90fd402f3..c4ad89075 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.18.98", - "upstream": "0.18.98", + "version": "0.18.100", + "upstream": "0.18.100", "slug": "jackett_nas", "description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "url": "https://github.com/alexbelgium/hassio-addons",