Skip to content

Commit

Permalink
Tag v0.4.3 (#46)
Browse files Browse the repository at this point in the history
* Bump version
* Add release notes
  • Loading branch information
Callum027 authored Nov 7, 2023
1 parent 10345a1 commit 76849d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes (Buildarr Prowlarr Plugin)

## [v0.4.3](https://github.com/buildarr/buildarr-prowlarr/releases/tag/v0.4.3) - 2023-11-07

This release fixes the following issues:

* Fix a username/password related parsing error when the authentication method is not explicitly defined in the Buildarr configuration

### Changed

* Remove validation for username/password ([#44](https://github.com/buildarr/buildarr-prowlarr/pull/44))


## [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.
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.2"
version = "0.4.3"
description = "Prowlarr indexer manager plugin for Buildarr"
authors = ["Callum Dickinson <callum.dickinson.nz@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 76849d3

Please sign in to comment.