diff --git a/CHANGELOG.md b/CHANGELOG.md index 8505d4c90..c637fe8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.4 (18 April 2017) + +Yikes, it's been too long. + +* Added API version annotations to endpoints (#125) +* Added New High Res Image Api Endpoint +* Added Tags to Datasources, Views +* Added Ability to run an Extract Refresh task (#159) +* Auto versioning enabled (#169) +* Download twbx/tdsx without the extract payload (#143, #144) +* New Sample to initialize a server (#95) +* Added ability to update connection information (#149) +* Added Ability to get a site by name (#153) +* Dates are now DateTime Objects (#102) +* Bugfixes (#162, #166) + ## 0.3 (11 January 2017) * Return DateTime objects instead of strings (#102) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 553a3c2b9..cc4fdf562 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,6 +7,10 @@ The following people have contributed to this project to make it possible, and w * [geordielad](https://github.com/geordielad) * [Hugo Stijns)(https://github.com/hugoboos) * [kovner](https://github.com/kovner) +* [Talvalin](https://github.com/Talvalin) +* [Chris Toomey](https://github.com/cmtoomey) +* [Vathsala Achar](https://github.com/VathsalaAchar) +* [Graeme Britz](https://github.com/grbritz) ## Core Team @@ -17,3 +21,5 @@ The following people have contributed to this project to make it possible, and w * [RussTheAerialist](https://github.com/RussTheAerialist) * [Ben Lower](https://github.com/benlower) * [Jared Dominguez](https://github.com/jdomingu) +* [Jackson Huang](https://github.com/jz-huang) +* [Brendan Lee](https://github.com/lbrendanl)