diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7251ee2..2a50d75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +0.8.0 (2019-09-17) +------------------ + +- Clean up docstrings and launch documentation site. + (`#43 `__, `#44 `__) +- Disable ``type``, one of the Treasure Data-specific query parameters, because it is conflicted with the ``engine`` option. + (`#45 `__) +- Add `td-pyspark `__ dependency for easily accessing to the `td-spark `__ functionalities. + (`#46 `__, `#47 `__) + 0.7.0 (2019-08-23) ------------------ diff --git a/pytd/version.py b/pytd/version.py index 49e0fc1..777f190 100644 --- a/pytd/version.py +++ b/pytd/version.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0"