From 10da18d755b6deff9aaf9543cc1ca6289a886dfb Mon Sep 17 00:00:00 2001 From: Thang Nguyen <thang.nguyencao@gmail.com> Date: Wed, 7 Jun 2017 17:04:20 +0700 Subject: [PATCH] Release v0.3.6 --- CHANGELOG.md | 20 ++++++++------------ build.gradle | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcad591..a7a249e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.6 +- Removed log query and add API to check address type [#22](https://github.com/treasure-data/embulk-output-mailchimp/pull/22) +- Enabled log query for logging on console temporary [#21](https://github.com/treasure-data/embulk-output-mailchimp/pull/21) + ## 0.3.4 - 2017-06-01 - Enable JSON type for `address` MERGE field [#20](https://github.com/treasure-data/embulk-output-mailchimp/pull/20) @@ -8,19 +12,11 @@ - Rename `interest_categories` to `grouping_columns` to fix backward compatibility [#18](https://github.com/treasure-data/embulk-output-mailchimp/pull/18) ## 0.3.1 - 2017-05-26 -- Enable merge fields with case-insensitive [#17](https://github.com/treasure-data/embulk-output-mailchimp/pull/17) - -## 0.3.0.4 - 2017-05-24 -- Fixed compatible with API v2 and changed data format [#16](https://github.com/treasure-data/embulk-output-mailchimp/pull/16) - -## 0.3.0.3 - 2017-05-18 -- Fixed bug can not extract data center when use `api_key` as `auth_mode` [#15](https://github.com/treasure-data/embulk-output-mailchimp/pull/15) - -## 0.3.0.2 - 2017-05-18 -- Enabled double_optin in configuration and use default status if schema has no column `status` [#15](https://github.com/treasure-data/embulk-output-mailchimp/pull/15) - -## 0.3.0.1 - 2017-05-11 - Enabled API v3 and supported OAuth2 beside API Key[#13](https://github.com/treasure-data/embulk-output-mailchimp/pull/13) +- Enabled double_optin in configuration and use default status if schema has no column `status` [#15](https://github.com/treasure-data/embulk-output-mailchimp/pull/15) +- Fixed bug can not extract data center when use `api_key` as `auth_mode` [#15](https://github.com/treasure-data/embulk-output-mailchimp/pull/15) +- Fixed compatible with API v2 and changed data format [#16](https://github.com/treasure-data/embulk-output-mailchimp/pull/16) +- Enable merge fields with case-insensitive [#17](https://github.com/treasure-data/embulk-output-mailchimp/pull/17) ## 0.2.3 - 2016-03-24 diff --git a/build.gradle b/build.gradle index 4fbd7b8..b24678e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ configurations { provided } -version = "0.3.4" +version = "0.3.6" sourceCompatibility = 1.7 targetCompatibility = 1.7