From 6f6baf49128aca13f80c8e03f8090dfa64118e7e Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 3 Dec 2022 16:38:54 -0600 Subject: [PATCH] release: v3.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c00985..eba514a6 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] +## [3.0.0] - 2022-12-03 + This release contains **BREAKING CHANGES**. See the [v3.0 Upgrade Guide][breaking3] for required changes you need to make. @@ -498,7 +500,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/v2.6.1...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/recyclarr/recyclarr/compare/v2.6.1...v3.0.0 [2.6.1]: https://github.com/recyclarr/recyclarr/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/recyclarr/recyclarr/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/recyclarr/recyclarr/compare/v2.4.1...v2.5.0