diff --git a/CHANGELOG.md b/CHANGELOG.md index cce4b196..750333ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.18.0](https://github.com/rivenmedia/riven/compare/v0.17.0...v0.18.0) (2024-11-05) + + +### Features + +* add retry policy and connection pool configuration to request utils ([#864](https://github.com/rivenmedia/riven/issues/864)) ([1713a51](https://github.com/rivenmedia/riven/commit/1713a5169805cabcc828b3f82204c05f796a9aa6)) + + +### Bug Fixes + +* add HTTP adapter configuration for Jackett and Prowlarr scrapers to manage connection pool size ([0c8057a](https://github.com/rivenmedia/riven/commit/0c8057aef45fcccd2c855a8413729b39020439db)) +* add HTTP adapter configuration for Jackett and Prowlarr scrapers… ([#865](https://github.com/rivenmedia/riven/issues/865)) ([0c8057a](https://github.com/rivenmedia/riven/commit/0c8057aef45fcccd2c855a8413729b39020439db)) +* wrong headers attr and added orionoid sub check ([91d3f7d](https://github.com/rivenmedia/riven/commit/91d3f7d87c56a2cb4cb6898b57c480d1b4df94e9)) + ## [0.17.0](https://github.com/rivenmedia/riven/compare/v0.16.2...v0.17.0) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index a581653a..23be685c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.17.0" +version = "0.18.0" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"