From 89c4e5dd7898a7be61006633a81cc7347268cc06 Mon Sep 17 00:00:00 2001 From: Callum Dickinson <2997843+Callum027@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:55:00 +1300 Subject: [PATCH] Tag v0.4.2 (#42) * Bump version * Add release notes --- docs/release-notes.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8de519a..4ca1b02 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,30 @@ # Release Notes (Buildarr Prowlarr Plugin) +## [v0.4.2](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.4.2) - 2023-11-07 + +This release adds support for the `external` authentication method for Prowlarr, and makes it possible for Buildarr to manage Prowlarr instances configured to use the `external` authentication method. + +This authentication method is usually only accessible by manually modifying the Prowlarr configuration file, but Buildarr makes it possible to configure it automatically. + +The following issues have also been fixed: + +* Fix a regression in the previous release where new application definitions could not be created +* Remove support for the `none` authentication method, no longer usable in Prowlarr v1.0 and later + +### Added + +* Add support for external authentication ([#37](https://github.com/buildarr/buildarr-prowlarr/pull/37)) + +### Changed + +* FIx creating application definitions ([#39](https://github.com/buildarr/buildarr-prowlarr/pull/39)) +* Fix Sonarr/Radarr plugin links in docs ([#40](https://github.com/buildarr/buildarr-prowlarr/pull/40)) + +### Removed + +* Remove support for no authentication ([#38](https://github.com/buildarr/buildarr-prowlarr/pull/38)) + + ## [v0.4.1](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.4.1) - 2023-11-05 This release fixes the following issues: diff --git a/pyproject.toml b/pyproject.toml index 637f72d..f443e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "buildarr-prowlarr" -version = "0.4.1" +version = "0.4.2" description = "Prowlarr indexer manager plugin for Buildarr" authors = ["Callum Dickinson "] license = "GPL-3.0-or-later"