From fb128f90bc79c49d42fa834dfe96230c09333e0e Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 21 Aug 2023 16:37:08 -0500 Subject: [PATCH] release: v5.3.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd7aef4..385ca119 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.3.1] - 2023-08-21 + ### Fixed - Crash when doing `recyclarr sync` with no `reset_unmatched_scores` present. @@ -820,7 +822,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.3.0...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v5.3.1...HEAD +[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 [5.2.1]: https://github.com/recyclarr/recyclarr/compare/v5.2.0...v5.2.1 [5.2.0]: https://github.com/recyclarr/recyclarr/compare/v5.1.1...v5.2.0