We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9234c8 + 722df3f commit 27898f6Copy full SHA for 27898f6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.0.7 (2016-03-22)
2
+==================
3
+- Fix: Plugin throws ClassNotFoundException with EmbulkEmbed
4
+ - https://github.com/civitaspo/embulk-output-sftp/pull/19
5
+
6
0.0.6 (2016-03-16)
7
==================
8
- Fix: Avoid some connection errors
build.gradle
@@ -15,7 +15,7 @@ configurations {
15
provided
16
}
17
18
-version = "0.0.6"
+version = "0.0.7"
19
sourceCompatibility = 1.7
20
targetCompatibility = 1.7
21
0 commit comments