diff --git a/changelog.md b/changelog.md index 57b8cfd..27a1709 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ # Changelog -## [1.1.0] - work in progress +## [1.2.0] - 16 July 2020 + +### Added + + - shortcuts.extract_img - resizes/converts images jpg, png documents + + +## [1.1.0] - 25 June 2020 ### Added - utils.try_load_config diff --git a/setup.py b/setup.py index 24b3333..84cfe78 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setup( name="mglib", - version="1.1.1", + version="1.2.0", author="Eugen Ciur", author_email="eugen@papermerge.com", url="https://github.com/papermerge/mglib",