diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd47c..317d839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog +0.7.2 (2016-07-13) + +* Plugin node should now have the correct required child nodes. +* Fixed validation and warning dialogs and ignore process. +* Fixed files processing in preview. + +---------------------------------- + 0.7.1 (2016-07-12) * Fixed preview issue with non-existent nodes under info root. * Updated validation and children groups. +---------------------------------- + 0.7.0 (2016-07-10) * Fixed rare bug with the validator. diff --git a/setup.cfg b/setup.cfg index 26dc5b3..bb95662 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 current_build = 0 [bdist_wheel]