diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7a181..b77f393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.16 - 2019-12-03 +* [enhancement] Added support for ActivityTypeIds filter PR [#96](https://github.com/treasure-data/embulk-input-marketo/pull/96) + ## 0.6.15 - 2019-09-20 * [enhancement] Raise RuntimeException for temp file error [#94](https://github.com/treasure-data/embulk-input-marketo/pull/94) diff --git a/README.md b/README.md index 9925ef8..e24281e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Incremental support: yes Range ingestion: yes +Filter by specific activity type ids: yes. See [#95](https://github.com/treasure-data/embulk-input-marketo/issues/95) + ### Campaign Campaign extract all campaign data from Marketo diff --git a/build.gradle b/build.gradle index 7e2695b..9ac0ca5 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { configurations { provided } -version = "0.6.15" +version = "0.6.16" sourceCompatibility = 1.7 targetCompatibility = 1.7