From 79ed9f9ed58e928ef917ba00ea166fc3625cc0d7 Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Thu, 25 Jul 2024 01:53:33 -0700 Subject: [PATCH] chore(main): release 0.8.4 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0868ae5a..5962c0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.4](https://github.com/rivenmedia/riven/compare/v0.8.3...v0.8.4) (2024-07-25) + + +### Bug Fixes + +* Release 0.8.4 ([266cf0c](https://github.com/rivenmedia/riven/commit/266cf0cb455354d54edcb2e47ffc632f6c8e6b7b)) +* tweaked comet scraper. removed poetry venv from entrypoint. ([32be8fc](https://github.com/rivenmedia/riven/commit/32be8fc174eca148c2577a3941005da41e7f8513)) + ## [0.8.3](https://github.com/rivenmedia/riven/compare/v0.8.2...v0.8.3) (2024-07-25) diff --git a/pyproject.toml b/pyproject.toml index 51de320e..e50b8f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.8.3" +version = "0.8.4" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"