diff --git a/CHANGELOG.md b/CHANGELOG.md index 941988a..6084f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.0.27 - 07.11.24 + * Support for `fonttbl` added by [sannies](https://github.com/sannies). Thanks a lot! Fixes [#53](https://github.com/joshy/striprtf/issues/53) + ## v0.0.26 - 20.07.23 * Removed url hack thanks to a better regex by [stevengj](https://github.com/stevengj) also thanks to [jonas](https://github.com/joans) diff --git a/striprtf/_version.py b/striprtf/_version.py index 1533102..573b11c 100644 --- a/striprtf/_version.py +++ b/striprtf/_version.py @@ -1 +1 @@ -__version__ = "0.0.26" +__version__ = "0.0.27"