From 45f57f89dc47ecc55e02c76d36d840b58fe75f04 Mon Sep 17 00:00:00 2001 From: Civitaspo Date: Fri, 14 Jul 2017 13:35:22 +0900 Subject: [PATCH] Ship v0.2.0 --- CHANGELOG.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee85050..b54cd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.2.0 (2017-07-14) +================== +- [Incompatible Change]: Remove `time_zone` option, use `default_timezone` instead and column-based timezone. + - https://github.com/civitaspo/embulk-filter-expand_json/pull/27 + - https://github.com/civitaspo/embulk-filter-expand_json/pull/28 + + 0.1.3 (2016-07-27) ================== - [Enhancement] Improve Exception handling diff --git a/build.gradle b/build.gradle index 503cab6..c8ceab8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ configurations { provided } -version = "0.1.3" +version = "0.2.0" sourceCompatibility = 1.7 targetCompatibility = 1.7