From f3b07413d1a387ece3f7adf3583c527791909e55 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 19 May 2026 13:06:53 +0200 Subject: [PATCH] Update CHANGELOG with UPnP fix note Added a note about the UPnP fix to the changelog. --- qbittorrent/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 702a6eb283..9b5d62d8fa 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,5 @@ +- upnp fixed + ## 5.2.0-17 (13-05-2026) - Remove lockfile due to upstream bug https://github.com/linuxserver/docker-qbittorrent/issues/434