diff --git a/CHANGELOG.md b/CHANGELOG.md index be0359d..0290b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.9 + +- Fix: enum collision from different schemas. Thanks @ewdurbin for the contribution + # 1.0.8 - Fix: (#27) allowing comments after Tables, Enums, etc. Thanks @marktaff for reporting diff --git a/setup.py b/setup.py index 864b99d..0aa37c5 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ description=SHORT_DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - version='1.0.8', + version='1.0.9', author='Daniil Minukhin', author_email='ddddsa@gmail.com', url='https://github.com/Vanderhoof/PyDBML',