diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3f95a87..6d963562f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.1](https://github.com/rivenmedia/riven/compare/v0.16.0...v0.16.1) (2024-10-19) + + +### Bug Fixes + +* check item instance before add from content services ([7aa48ed](https://github.com/rivenmedia/riven/commit/7aa48ede46dc553beb424d2c9d765a293e6cc7d2)) + ## [0.16.0](https://github.com/rivenmedia/riven/compare/v0.15.3...v0.16.0) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index 3e1fe0293..cab2dd206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.16.0" +version = "0.16.1" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"