diff --git a/CHANGELOG.md b/CHANGELOG.md index b77f393..e66c14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.17 - 2019-12-03 +* [hotfix] Fixed issue issue actTypeIds is required [#97](https://github.com/treasure-data/embulk-input-marketo/pull/97) + ## 0.6.16 - 2019-12-03 * [enhancement] Added support for ActivityTypeIds filter PR [#96](https://github.com/treasure-data/embulk-input-marketo/pull/96) diff --git a/build.gradle b/build.gradle index 9ac0ca5..c0527cf 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { configurations { provided } -version = "0.6.16" +version = "0.6.17" sourceCompatibility = 1.7 targetCompatibility = 1.7