diff --git a/CHANGES.md b/CHANGES.md index b7bc818e5b..014f612ca4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,11 @@ -### 2024.2.17 +### 2024.2.18 -[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.2...2024.2.17) +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.17...2024.2.18) ### 2024.2.2 -[full changelog](https://github.com/SickChill/SickChill/compare/2024.1.8-3...2024.2.2) +[full changelog](https://github.com/SickChill/SickChill/compare/2024.2.17...2024.2.2) * Release version 2024.2.2 * fix: another typo in workflow that builds wheels from commits to the develop branch @@ -21,6 +21,12 @@ * 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.2.17 + +[full changelog](https://github.com/SickChill/SickChill/compare/2024.1.8-3...2024.2.17) + +* chore: make publish only create one commit + ### 2024.1.8-3 [full changelog](https://github.com/SickChill/SickChill/compare/2024.1.8-2...2024.1.8-3) diff --git a/pyproject.toml b/pyproject.toml index 77ccbc6add..74feeaea79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sickchill" -version = "2024.2.17" +version = "2024.2.18" description = 'Automatic Video Library Manager for TV Shows' license = "GPL-3.0-or-later"