diff --git a/CHANGELOG.md b/CHANGELOG.md index ffab3aa..9f13e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.106 (2022-06-08) +### Fix +* **reconstruction:** Notes are added behing shad ([`7fee7ef`](https://github.com/Esukhia/pedurma/commit/7fee7eff800bf83b4d1cbee0b04efe2a91813368)) + ## v0.1.105 (2022-06-05) ### Fix * **hot-fix:** Base name int bug fixed ([`c373735`](https://github.com/Esukhia/pedurma/commit/c3737356f9eeea305a2f53975673c3e52a7d40ba)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index a2b2bfa..7ea9b0e 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -11,4 +11,4 @@ from .texts import * from .utils import * -__version__ = "0.1.105" +__version__ = "0.1.106"