From 54d980e14cb3339ba7733ab4a21eaabd3f4fd1e9 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 25 Aug 2022 08:31:17 -0500 Subject: [PATCH] release: v2.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9c3bfd..3df2fa22 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.4.0] - 2022-08-25 + ### Added - New `--list-qualities` argument for `sonarr` and `radarr` subcommands that may be used to get a @@ -395,7 +397,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.3.1...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/recyclarr/recyclarr/compare/v2.3.1...v2.4.0 [2.3.1]: https://github.com/recyclarr/recyclarr/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/recyclarr/recyclarr/compare/v2.2.1...v2.3.0 [2.2.1]: https://github.com/recyclarr/recyclarr/compare/v2.2.0...v2.2.1