diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcdb22e..d7ba915b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/rivenmedia/riven/compare/v0.19.0...v0.20.0) (2024-11-20) + + +### Features + +* add denied reasoning when trashing torrents and added adult parsing ([#888](https://github.com/rivenmedia/riven/issues/888)) ([d3b5293](https://github.com/rivenmedia/riven/commit/d3b5293dfdb07c7466ff77f7dba16754fbfa7d79)) + ## [0.19.0](https://github.com/rivenmedia/riven/compare/v0.18.0...v0.19.0) (2024-11-14) diff --git a/pyproject.toml b/pyproject.toml index ad6adba9..a8c1b390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.19.0" +version = "0.20.0" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"