diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1f558..2711cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog -## 0.1.0 (unreleased) +## 0.1.0 2024-06-26 - Initial release + +## 0.1.1 2024-06-26 +- Fix time format +- add tests diff --git a/srt2docx.py b/srt2docx.py index b0c5fd8..c2da452 100644 --- a/srt2docx.py +++ b/srt2docx.py @@ -64,7 +64,7 @@ ) ## update me on major changes -__version__ = "0.1.0" +__version__ = "0.1.1" __contact__ = "scott@bitwise.ninja" __web__ = "https://dreamcyclesetudios.com"