diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 1c784de6e..4d69f32e0 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 14.3.5.99202106080759-7366-33e090cfcubuntu20.04.1-ls136 (09-06-2021) +- Update to latest version from linuxserver/docker-qbittorrent - Add banner in log - New option openvpn_alternative_mode, binds only ovpn to qbittorrent and not webui diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index bb8c89bcf..e4a446d12 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133" +ARG BUILD_UPSTREAM="14.3.5.99202106080759-7366-33e090cfcubuntu20.04.1-ls136" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Base system diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 09505712c..2eb30d360 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133-dev2", - "upstream": "14.3.5.99202105022253-7365-063844ed4ubuntu20.04.1-ls133", + "version": "14.3.5.99202106080759-7366-33e090cfcubuntu20.04.1-ls136", + "upstream": "14.3.5.99202106080759-7366-33e090cfcubuntu20.04.1-ls136", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",