diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..33b164c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## 0.2 (22 July 2016) + +* Added support for loading twbx and tdsx files (#43, #44) +* Added Fields property to datasource (#45) +* Added Example for using the Fields Property (#51) +* Added Ability to get fields used by a specific sheet (#54) +* Code clean up and test reorganization + +## 0.1 (29 June 2016) + +* Initial Release to the world diff --git a/setup.py b/setup.py index 96d8659..e047b34 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='tableaudocumentapi', - version='0.1.0.dev0', + version='0.2', author='Tableau Software', author_email='github@tableau.com', url='https://github.com/tableau/document-api-python',