From 845947ada0efadb5da6fd348a142f1d9b5b762b3 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 15 Oct 2022 14:19:57 -0500 Subject: [PATCH] release: v2.6.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7a6829..c8fc9dde 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.6.1] - 2022-10-15 + ### Fixed - Sonarr: Incorrect VersionException occurred when using mixed versions of Sonarr (v4 & v3) @@ -456,7 +458,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.6.0...HEAD +[Unreleased]: https://github.com/recyclarr/recyclarr/compare/v2.6.1...HEAD +[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 [2.4.1]: https://github.com/recyclarr/recyclarr/compare/v2.4.0...v2.4.1