diff --git a/CHANGELOG.md b/CHANGELOG.md index 5962c0e2c..e987f9443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/rivenmedia/riven/compare/v0.8.4...v0.8.5) (2024-07-26) + + +### Bug Fixes + +* include stream in db, rework blacklisting ([03c6023](https://github.com/rivenmedia/riven/commit/03c602362ac07122cd5e0153226a7136b1eb330a)) + ## [0.8.4](https://github.com/rivenmedia/riven/compare/v0.8.3...v0.8.4) (2024-07-25) diff --git a/pyproject.toml b/pyproject.toml index e50b8f52d..86929c27d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.8.4" +version = "0.8.5" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"