diff --git a/CHANGELOG.md b/CHANGELOG.md index a0071d1..dfb1ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.87 (2022-01-20) +### Fix +* **hot-fix:** Chunk regex update ([`0ed64cd`](https://github.com/Esukhia/pedurma/commit/0ed64cdae2432d50f41f7f6533b8c3cc2a41d49f)) + ## v0.1.86 (2022-01-20) ### Fix * **docx:** Speacial pg ann rm ([`ca1e696`](https://github.com/Esukhia/pedurma/commit/ca1e696aba47f8a6ba820451441cac79dccb8582)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index d8b66c9..3cbd2a0 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.86" +__version__ = "0.1.87"