From d0aaab3afc8ba0f63883e4dd8a134529fb61f210 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 12 Sep 2023 09:46:48 -0500 Subject: [PATCH] release: v5.4.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7884767..f6cd7283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.4.1] - 2023-09-12 + ### Fixed - If the guide data for "Include Custom Format when Renaming" is set to "true", it now syncs that @@ -853,7 +855,8 @@ See the Python Migration Guide for details on how to update your YAML configurat - Nearly all command line options removed in favor of YAML equivalents. - Completely removed old python project & source code -[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v5.4.0...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v5.4.1...HEAD +[5.4.1]: https://github.com/recyclarr/recyclarr/compare/v5.4.0...v5.4.1 [5.4.0]: https://github.com/recyclarr/recyclarr/compare/v5.3.1...v5.4.0 [5.3.1]: https://github.com/recyclarr/recyclarr/compare/v5.3.0...v5.3.1 [5.3.0]: https://github.com/recyclarr/recyclarr/compare/v5.2.1...v5.3.0