diff --git a/CHANGELOG.md b/CHANGELOG.md index ce88b793..b4121148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.11.9 (2023-12-21) + +### Fix + +* **ocr:** Checking the abnormal post correction feature added ([#264](https://github.com/OpenPecha/Toolkit/issues/264)) ([`e94d65d`](https://github.com/OpenPecha/Toolkit/commit/e94d65dae8dce63eaf415eb62300e46eab9d9796)) + +### Documentation + +* Remove openpecha.org docs ([`3b2e2f1`](https://github.com/OpenPecha/Toolkit/commit/3b2e2f124cc769725e39bcd96ad70eff94c7baac)) + ## v0.11.8 (2023-10-05) ### Fix diff --git a/openpecha/__init__.py b/openpecha/__init__.py index b416723f..7d37c8bc 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.11.8" +__version__ = "0.11.9"