diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a9451..7781188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.4.2 (2020-04-30) +================== + +* [Enhancement] [#40](https://github.com/civitaspo/embulk-output-s3_parquet/pull/40) Check combinations with embulk-type and logical-type strictly. + 0.4.1 (2020-04-30) ================== diff --git a/build.gradle b/build.gradle index d97c049..ed857fc 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { } group = "pro.civitaspo" -version = "0.4.1" +version = "0.4.2" description = "Dumps records to S3 Parquet." sourceCompatibility = 1.8