diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2c4333..be76b47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.7](/~https://github.com/rivenmedia/riven/compare/v0.12.6...v0.12.7) (2024-09-22) + + +### Bug Fixes + +* lowered symlink max workers to 4 on db init ([0481b98](/~https://github.com/rivenmedia/riven/commit/0481b982a2c70a1130c66c4d7e01b71dbe7649aa)) + ## [0.12.6](/~https://github.com/rivenmedia/riven/compare/v0.12.5...v0.12.6) (2024-09-21) diff --git a/pyproject.toml b/pyproject.toml index 63741475..b60c0326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.12.6" +version = "0.12.7" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"