diff --git a/HISTORY.rst b/HISTORY.rst index b7586d2..c53b237 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,18 @@ History ======= +0.2.1 (2021-12-29) +------------------ + +* Fix version and release history + +0.2.0 (2021-12-29) +------------------ + +* Added support for conf file and multiplataform paths #3 +* Adjusted project basic directory structure #4 +* Added CLI support #5 + 0.1.1 (2021-12-28) ------------------ diff --git a/setup.py b/setup.py index aee26de..f18b776 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/bruno-canada/integrityguard', - version='0.2.0', + version='0.2.1', zip_safe=False, )