diff --git a/CHANGELOG.md b/CHANGELOG.md index b4121148..efaebae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.10 (2024-02-22) + +### Fix + +* **OCRFormatter:** Add same_line_ratio_threshold class variable ([#272](https://github.com/OpenPecha/Toolkit/issues/272)) ([`5b47b77`](https://github.com/OpenPecha/Toolkit/commit/5b47b778dc53fbfc3710825638e54a7f3338ccaa)) + ## v0.11.9 (2023-12-21) ### Fix diff --git a/openpecha/__init__.py b/openpecha/__init__.py index 7d37c8bc..2fcf9419 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.11.9" +__version__ = "0.11.10"