From 5d85cadafc3ac483cb842e5c9ce885e22e582ab4 Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Tue, 18 Mar 2025 15:54:09 -0500 Subject: [PATCH] chore(main): release 0.21.13 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b616c7..6fe4555c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.13](https://github.com/rivenmedia/riven/compare/v0.21.12...v0.21.13) (2025-03-18) + + +### Bug Fixes + +* updated parsett to 1.6.2. made cached status false by default in api ([b9ae02e](https://github.com/rivenmedia/riven/commit/b9ae02e0cd9072691e1fd7eba8413fd54f359b85)) + ## [0.21.12](https://github.com/rivenmedia/riven/compare/v0.21.11...v0.21.12) (2025-03-18) diff --git a/pyproject.toml b/pyproject.toml index 572cb5fd..276f0fa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.21.12" +version = "0.21.13" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"