diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fc604..748aef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Next release +# 0.1.7 + +Features: + - Move from Superset datasets to Charts [#15](https://github.com/unckan/ckanext-superset/pull/15) + - Define extra data to CKAN datasets to allow connect them [#16](https://github.com/unckan/ckanext-superset/pull/16) + # 0.1.6 Bug fix: diff --git a/ckanext/superset/__init__.py b/ckanext/superset/__init__.py index 195efb4..bb4df4d 100644 --- a/ckanext/superset/__init__.py +++ b/ckanext/superset/__init__.py @@ -1 +1 @@ -__VERSION__ = '0.1.6' +__VERSION__ = '0.1.7'