diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90b1919..a815739 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.6.0 +------------- + +Released 2017-11-30 + +* Adds support for restricting the columns that are loaded from the + database. + Version 0.5.0 ------------- diff --git a/setup.py b/setup.py index 8139c5d..d5ee25a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='sqlalchemy-filters', - version='0.5.0', + version='0.6.0', description='A library to filter SQLAlchemy queries.', long_description=readme, author='Student.com',