diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c6371..24010d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.0.7 (2016-03-22) +================== +- Fix: Plugin throws ClassNotFoundException with EmbulkEmbed + - https://github.com/civitaspo/embulk-output-sftp/pull/19 + 0.0.6 (2016-03-16) ================== - Fix: Avoid some connection errors diff --git a/build.gradle b/build.gradle index a9b5962..2242b30 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ configurations { provided } -version = "0.0.6" +version = "0.0.7" sourceCompatibility = 1.7 targetCompatibility = 1.7