diff --git a/CHANGELOG.md b/CHANGELOG.md index d406ca3..8156a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.1 +- New: SQL and DBML renderers can now be supplied to parser + # 1.1.0 - New: SQL and DBML rendering rewritten tow support external renderers diff --git a/setup.py b/setup.py index 9e470be..37766f4 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description=SHORT_DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - version='1.1.0', + version='1.1.1', author='Daniil Minukhin', author_email='ddddsa@gmail.com', url='https://github.com/Vanderhoof/PyDBML',