From c0a4560ebf6a0682c605cebe684964c16f6a5231 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Wed, 12 Apr 2017 10:47:18 -0700 Subject: [PATCH 1/2] Update changelog and contributors for 0.4 preping v0.4 --- CHANGELOG.md | 16 ++++++++++++++++ CONTRIBUTORS.md | 6 ++++++ 2 files changed, 22 insertions(+) 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..eb66b4caf 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) +* [Graeme Britz](https://github.com/grbritz) +* [Chris Toomey](https://github.com/cmtoomey) +* [Vathsala Achar](https://github.com/VathsalaAchar) +* [Talvalin](https://github.com/Talvalin) ## 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) From 93885588c047fd5c867e4be1ced8406b7168a4ed Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 14 Apr 2017 10:19:18 -0700 Subject: [PATCH 2/2] reordering by date of contributions --- CONTRIBUTORS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index eb66b4caf..cc4fdf562 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,10 +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) -* [Graeme Britz](https://github.com/grbritz) +* [Talvalin](https://github.com/Talvalin) * [Chris Toomey](https://github.com/cmtoomey) * [Vathsala Achar](https://github.com/VathsalaAchar) -* [Talvalin](https://github.com/Talvalin) +* [Graeme Britz](https://github.com/grbritz) ## Core Team