diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a815739..db9ae64 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ versions, where semantic versioning is used: *major.minor.patch*. Backwards-compatible changes increment the minor version number only. +Version 0.7.0 +------------- + +Released 2018-02-12 + +* Filters and sorts on related models now result in an "automatic join" + if the query being filtered does not already contain the related model + Version 0.6.0 ------------- diff --git a/setup.py b/setup.py index d5ee25a..d7da79d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='sqlalchemy-filters', - version='0.6.0', + version='0.7.0', description='A library to filter SQLAlchemy queries.', long_description=readme, author='Student.com',