From 0e9a26911f0ac74c2fd1bca72577d80cf26e577f Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 19 May 2022 21:01:22 -0500 Subject: [PATCH] release: v2.0.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac1704b..35e514ec 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] +## [2.0.1] - 2022-05-19 + ### Fixed - Sonarr: `strict_negative_scores` works again (broke in v2.0 release) @@ -272,7 +274,8 @@ See the [Python Migration Guide][py-mig] for details on how to update your YAML - 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/v2.0.0...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/recyclarr/recyclarr/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/recyclarr/recyclarr/compare/v1.8.2...v2.0.0 [1.8.2]: https://github.com/recyclarr/recyclarr/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/recyclarr/recyclarr/compare/v1.8.0...v1.8.1