diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2baab..8c61f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.81 (2022-01-14) +### Fix +* **proofread:** Note update file name changed ([`8bcca0c`](https://github.com/Esukhia/pedurma/commit/8bcca0c7547f3e954be36eb90dfd72100177fe5d)) + ## v0.1.80 (2022-01-14) ### Fix * **note:** Get pecha path update ([`14caac4`](https://github.com/Esukhia/pedurma/commit/14caac4549f1a1bc80dc97fce60db33b89e85727)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index ba72921..d27a892 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.80" +__version__ = "0.1.81"