From 08a5de773d973c25a2d20890477b07e422c6bd85 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 29 Apr 2023 19:49:38 -0500 Subject: [PATCH] docs(changelog)!: Remove support for array-style mappings In a previous commit (SHA: `76040df`), I forgot to mark it as a breaking change. Thus, this commit also serves to mark that breaking change for versioning purposes. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99df8692..21e63461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +This release contains **BREAKING CHANGES**. See the [v5.0 Upgrade Guide][breaking5] for required +changes you may need to make. + +[breaking5]: https://recyclarr.dev/wiki/upgrade-guide/v5.0 + ### Changed - API Key is now sent via the `X-Api-Key` header instead of the `apikey` query parameter. This lessens the need to redact information in the console. +### Removed + +- **BREAKING**: Array-style instances are no longer supported. + ## [4.4.1] - 2023-04-08 ### Fixed