Skip to content

Commit

Permalink
Tag v0.4.2 (#42)
Browse files Browse the repository at this point in the history
* Bump version
* Add release notes
  • Loading branch information
Callum027 authored Nov 6, 2023
1 parent 2d8bf2c commit 89c4e5d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 89c4e5d

Please sign in to comment.