diff --git a/CHANGELOG.md b/CHANGELOG.md index b266276..c42cd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,13 @@ All notable changes to this project will be documented in this file. - migrate `App` class to pydantic model - update dependencies and do code upgrade to python 3.7 +## v1.1.3 (2023-11-13) + +### Fix + +- pyyaml dependency for python version older than 3.5 +- stop recursively copy when work dir in app dir + ## v1.1.2 (2023-08-16) ### Feat