From 01baaa2be570b375a02a7a2aaafbf72f900d0041 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 26 Jun 2023 09:56:35 -0500 Subject: [PATCH] release: v5.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a24f62..5018d586 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.1.0] - 2023-06-26 + ### Added - Migration step added to delete old `repo` directory. Run `recyclarr migrate` to use. @@ -744,7 +746,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.0.3...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v5.1.0...HEAD +[5.1.0]: https://github.com/recyclarr/recyclarr/compare/v5.0.3...v5.1.0 [5.0.3]: https://github.com/recyclarr/recyclarr/compare/v5.0.2...v5.0.3 [5.0.2]: https://github.com/recyclarr/recyclarr/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/recyclarr/recyclarr/compare/v5.0.0...v5.0.1