diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a1bc3..5d0291e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.2](https://github.com/dreulavelle/PTT/compare/v1.5.1...v1.5.2) (2024-12-06) + + +### Bug Fixes + +* allow hyphen, dot or space when parsing for HDR10plus ([57a6b82](https://github.com/dreulavelle/PTT/commit/57a6b82e9ad740a8e79d0a0c52d70d80544bac04)) +* housekeeping ([f4dec25](https://github.com/dreulavelle/PTT/commit/f4dec25b11ca4992b98a12a8e12518bfc2d656b5)) + ## [1.5.1](https://github.com/dreulavelle/PTT/compare/v1.5.0...v1.5.1) (2024-11-20) diff --git a/pyproject.toml b/pyproject.toml index 52a1814..c8766a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.5.1" +version = "1.5.2" description = "Parsett - Torrent Parser with Adult Content Detection" authors = ["Dreu LaVelle "] license = "MIT"