Skip to content

Commit

Permalink
Release v0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnc committed Oct 10, 2017
1 parent acef179 commit 7fe8042
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3.19 - 2017-10-10
- Fixed bug can not parse invalid JSON response and added request timeout to avoid flush MailChimp API [#35](https://github.com/treasure-data/embulk-output-mailchimp/pull/35)

## 0.3.18 - 2017-09-19
- Fixed error parsing MailChimp API response JSON when push the large data [#34](https://github.com/treasure-data/embulk-output-mailchimp/pull/34)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add e-mail to List in MailChimp.
- **grouping_columns**: Array for group names in MailChimp dashboard(array, default: nil)
- **language_column**: column name for language (string, optional, default: nil)
- **double_optin**: control whether to send an opt-in confirmation email (boolean, default: true)
- **max_records_per_request**: The max records per batch request. MailChimp API enables max records is 500 per batch request (int, default: 500)

## Example

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configurations {
provided
}

version = "0.3.18"
version = "0.3.19"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 7fe8042

Please sign in to comment.