From 89ece89fd40be6e8c633d8735bc4c35be8198ae7 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 3 Jun 2022 16:03:30 -0500 Subject: [PATCH] release: v2.2.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220b533d..49d9ff69 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.2.0] - 2022-06-03 + ### Added - Docker support! Image name is `ghcr.io/recyclarr/recyclarr`. See the [Docker] wiki page for more @@ -338,7 +340,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.1.2...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/recyclarr/recyclarr/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/recyclarr/recyclarr/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/recyclarr/recyclarr/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/recyclarr/recyclarr/compare/v2.0.2...v2.1.0