diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ed1a416..ab5c0e0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.15.2" + ".": "6.15.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e96226..990676f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.15.3](https://github.com/I-am-PUID-0/DMB/compare/6.15.2...6.15.3) (2025-08-27) + + +### 🐛 Bug Fixes + +* **docker:** fix compose reference to DUMB project ([#204](https://github.com/I-am-PUID-0/DMB/issues/204)) ([07b17c2](https://github.com/I-am-PUID-0/DMB/commit/07b17c24b4e8b171016dcc995b6ffad2a7144792)) + ## [6.15.2](https://github.com/I-am-PUID-0/DMB/compare/6.15.1...6.15.2) (2025-07-25) diff --git a/pyproject.toml b/pyproject.toml index f212e16..db0e838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DMB" -version = "6.15.2" +version = "6.15.3" description = "Debrid Media Bridge (DMB) is an all-in-one, containerized platform for managing and automating media workflows using premium debrid services like Real-Debrid." authors = ["I-am-PUID-0 <36779668+I-am-PUID-0@users.noreply.github.com>"] readme = "README.md"