diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 372e9a3b0..1cc7c4e04 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.169 (28-05-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.18.155 (27-05-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 446a21462..abd35e1a6 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.18.155" +ARG BUILD_UPSTREAM="0.18.169" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index 8b0fb6af5..f3eeafd5c 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.18.155", - "upstream": "0.18.155", + "version": "0.18.169", + "upstream": "0.18.169", "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",