diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e26026..d190bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.7](https://github.com/dreulavelle/PTT/compare/v1.2.6...v1.2.7) (2024-09-04) + + +### Bug Fixes + +* fixed audio/codecs bug with returning episodes/seasons. separated latino lang from spanish. added test cases. ([d2a789d](https://github.com/dreulavelle/PTT/commit/d2a789df74ff5ba9633ded20e617fc66f713cc9d)) + ## [1.2.6](https://github.com/dreulavelle/PTT/compare/v1.2.5...v1.2.6) (2024-09-01) diff --git a/pyproject.toml b/pyproject.toml index 953a74f..e6225e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.6" +version = "1.2.7" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"