diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf5b62..843ec0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.0 + * Splits `landings` stream to `submitted_landings` and `unsubmitted_landings` streams with new replication keys [#64](https://github.com/singer-io/tap-typeform/pull/64) + * Adds field `sub_questions` for the `questions` group [#62](https://github.com/singer-io/tap-typeform/pull/62) + * Adds missing fields for `forms` and `questions` streams [#63](https://github.com/singer-io/tap-typeform/pull/63) + * Bookmark changes for parent and child streams and code refactoring [#64](https://github.com/singer-io/tap-typeform/pull/64) + * Modifies integration tests for code changes [#65](https://github.com/singer-io/tap-typeform/pull/65) + ## 1.4.5 * Fix `landings` stream to be incremental [#58](https://github.com/singer-io/tap-typeform/pull/58) diff --git a/setup.py b/setup.py index 9bd652a..41a55e3 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="tap-typeform", - version="1.4.5", + version="2.0.0", description="Singer.io tap for extracting data from the TypeForm Responses API", author="bytcode.io", url="http://singer.io",