diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 202a30f8..923f2fd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +1.6.0 2019-11-19 +---------------- + +* Django 3.0 support +* Add process.artifact and task.artifact generic fk fields for default models +* Add process.data and task.data generic json field for default models +* Add View().OnCreate(...) callback support +* Allow to overide flow view access by Flow.has_view_permission method + + 1.5.3 2019-04-23 ---------------- diff --git a/README.rst b/README.rst index 86497c16..79f3d316 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ Please see `FAQ `_ for Latest changelog ================ -GIT Version +1.6.0 2019-11-19 ---------------- * Django 3.0 support