From 195c5107bd218bb2ef74c0ce471f7d3278e46e8b Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 22 Jun 2023 23:05:13 -0500 Subject: [PATCH] release: v5.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2389f1d1..6bc216ac 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.0.0] - 2023-06-22 + This release contains **BREAKING CHANGES**. See the [v5.0 Upgrade Guide][breaking5] for required changes you may need to make. @@ -706,7 +708,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/v4.4.1...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v5.0.0...HEAD +[5.0.0]: https://github.com/recyclarr/recyclarr/compare/v4.4.1...v5.0.0 [4.4.1]: https://github.com/recyclarr/recyclarr/compare/v4.4.0...v4.4.1 [4.4.0]: https://github.com/recyclarr/recyclarr/compare/v4.3.0...v4.4.0 [4.3.0]: https://github.com/recyclarr/recyclarr/compare/v4.2.0...v4.3.0