diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index a11d36312..1b35ccdca 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.6.3 (20-01-2024) +- Update to latest version from linuxserver/docker-qbittorrent ### 4.6.2_43 (12-01-2024) - Fix : openvpn not starting https://github.com/alexbelgium/hassio-addons/issues/1175 diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 81265fbd5..746da13aa 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.6.2" +ARG BUILD_UPSTREAM="4.6.3" FROM ${BUILD_FROM} ################## diff --git a/qbittorrent/config.json b/qbittorrent/config.json index f1c7cc3a6..1bcf0705d 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -146,5 +146,5 @@ "slug": "qbittorrent", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.6.2_43" + "version": "4.6.3" } diff --git a/qbittorrent/updater.json b/qbittorrent/updater.json index a95a5707f..f16ded932 100644 --- a/qbittorrent/updater.json +++ b/qbittorrent/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "02-12-2023", + "last_update": "20-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "qbittorrent", "source": "github", "upstream_repo": "linuxserver/docker-qbittorrent", - "upstream_version": "4.6.2" + "upstream_version": "4.6.3" }