diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffe68e76..d835782db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.3](https://github.com/rivenmedia/riven/compare/v0.15.2...v0.15.3) (2024-10-03) + + +### Bug Fixes + +* fixed comet unpack issue ([6ae2a68](https://github.com/rivenmedia/riven/commit/6ae2a686456c3c60390d635fcd6ddb24bdcd6a78)) + ## [0.15.2](https://github.com/rivenmedia/riven/compare/v0.15.1...v0.15.2) (2024-10-01) diff --git a/pyproject.toml b/pyproject.toml index 8049cef30..cc5905094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.15.2" +version = "0.15.3" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"