diff --git a/HISTORY.md b/HISTORY.md index e0a9b68..9b710a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.7.0 (2020-04-23) + **Features and Improvements** * Added support for DictField - peterfarrell diff --git a/service_objects/__init__.py b/service_objects/__init__.py index 9f3cbde..a8a9c5a 100644 --- a/service_objects/__init__.py +++ b/service_objects/__init__.py @@ -1,4 +1,4 @@ """Service objects for Django""" -__version__ = '0.6.0' +__version__ = '0.7.0' __license__ = 'MIT License'