diff --git a/CHANGELOG.md b/CHANGELOG.md index d63f602..1224ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.5](https://github.com/dreulavelle/PTT/compare/v1.2.4...v1.2.5) (2024-09-01) + + +### Bug Fixes + +* arrow date out of range issue fix. ([d19d544](https://github.com/dreulavelle/PTT/commit/d19d5448cc727e5a31995e000596bcae64f0f931)) + ## [1.2.4](https://github.com/dreulavelle/PTT/compare/v1.2.3...v1.2.4) (2024-09-01) diff --git a/pyproject.toml b/pyproject.toml index b66640d..d6e3bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsett" -version = "1.2.4" +version = "1.2.5" description = "PTT" authors = ["Dreu LaVelle "] license = "MIT"