From afc58b850c140b489231d4b90ac8f4346b9d264e Mon Sep 17 00:00:00 2001 From: Spoked <5782630+dreulavelle@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:38:12 -0500 Subject: [PATCH] chore(main): release 0.15.0 (#736) --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80138917..bf1e6631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.0](https://github.com/rivenmedia/riven/compare/v0.14.2...v0.15.0) (2024-09-26) + + +### Features + +* add magnets for use in frontend ([7fc5b1b](https://github.com/rivenmedia/riven/commit/7fc5b1b9be4b662a7ac3c2056cedab80e675a447)) +* added magnet handling for use in frontend ([40636dc](https://github.com/rivenmedia/riven/commit/40636dc35e5545ee5c3669145f40f1915c36b212)) + + +### Bug Fixes + +* housekeeping ([2308ce5](https://github.com/rivenmedia/riven/commit/2308ce5d2c1462f8dec2b5a0ebbd674d466cbf08)) + ## [0.14.2](https://github.com/rivenmedia/riven/compare/v0.14.1...v0.14.2) (2024-09-26) diff --git a/pyproject.toml b/pyproject.toml index b9a2702b..fbd47b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riven" -version = "0.14.2" +version = "0.15.0" description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc." authors = ["Riven Developers"] license = "GPL-3.0"