Skip to content

Commit

Permalink
Release v0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
xuantuan58 committed Dec 3, 2019
1 parent 326d349 commit 40560d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
configurations {
provided
}
version = "0.6.15"
version = "0.6.16"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down

0 comments on commit 40560d7

Please sign in to comment.