Skip to content

Commit

Permalink
chore(main): release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Nov 27, 2024
1 parent f945d25 commit 73b5179
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.20.1](https://github.com/rivenmedia/riven/compare/v0.20.0...v0.20.1) (2024-11-27)


### Bug Fixes

* add User-Agent header to torrentio request ([bb799b5](https://github.com/rivenmedia/riven/commit/bb799b57fe6ddfbc5871a87f926d211898776351))
* consolidate User-Agent header usage in Torrentio scraper ([83418d6](https://github.com/rivenmedia/riven/commit/83418d6f8095a0c74c16f20c7598d63e5841237c))
* fixed RD, TB and AD support ([f945d25](https://github.com/rivenmedia/riven/commit/f945d25fe0bff83e60f6fde43c0fc27ea6314c32))
* improve mediafusion validation on startup ([3511e6c](https://github.com/rivenmedia/riven/commit/3511e6cfda6fcf6045cbf9014e1e454ae4937d73))
* moved downloader proxy settings to parent instead of per debrid ([50d9d6e](https://github.com/rivenmedia/riven/commit/50d9d6eb5e37912beff765f7bf753cf08486216b))

## [0.20.0](https://github.com/rivenmedia/riven/compare/v0.19.0...v0.20.0) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "riven"
version = "0.20.0"
version = "0.20.1"
description = "Plex torrent streaming through Real Debrid and 3rd party services like Overseerr, Mdblist, etc."
authors = ["Riven Developers"]
license = "GPL-3.0"
Expand Down

0 comments on commit 73b5179

Please sign in to comment.