From a85ca20b1f63c0587c3bea2d2ec1ffa13e7d5f83 Mon Sep 17 00:00:00 2001 From: miigotu Date: Sat, 17 Feb 2024 07:13:16 -0500 Subject: [PATCH] Release version 2024.2.17, Update Changelog --- CHANGES.md | 20 +++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3ab0ed53e6..b7bc818e5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,25 @@ +### 2024.2.17 + +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.2...2024.2.17) + + ### 2024.2.2 -[full changelog](https://github.com/SickChill/SickChill/compare/2024.1.31...2024.2.2) +[full changelog](https://github.com/SickChill/SickChill/compare/2024.1.8-3...2024.2.2) +* Release version 2024.2.2 +* fix: another typo in workflow that builds wheels from commits to the develop branch +* fix: typo on workflow run type that triggers building wheels on develop +* refactor: try and complete the removal of episode_object parameter from all provider search methods, fixes newznab and other providers +* Update poetry (python) and yarn (npm) dependencies +* chore: try building develop branch and uploading artifacts +* v4.0.73-5.3 +* v4.0.73-5.2 +* v4.0.73-5.1 +* v4.0.73-5.0 +* fix: prevent results with a quality of 0 (NONE) from being set as preferred in duplicates for nzb +* fix: issue with table formatting on status page when a show was just added. fixes [#8682](https://github.com/SickChill/SickChill/issues/8682) +* fix: don't show traceback when imdb info is not found ### 2024.1.8-3 diff --git a/pyproject.toml b/pyproject.toml index 4e8b1bc987..77ccbc6add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sickchill" -version = "2024.2.2" +version = "2024.2.17" description = 'Automatic Video Library Manager for TV Shows' license = "GPL-3.0-or-later"