Skip to content

Commit 18d4205

Browse files
committed
v0.2.0
1 parent 68fc8c7 commit 18d4205

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2.0 (2018-08-29)
2+
- Fix bug of stalling when closing `remoteFile`, this version is recommended over 0.1.11
3+
- https://github.com/embulk/embulk-output-sftp/pull/51
14
0.1.11 (2018-08-27)
25
- Enhance: Add 2 new configs `local_temp_file` (boolean) and `temp_file_threshold` (long)
36
- https://github.com/embulk/embulk-output-sftp/pull/50

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations {
1717
}
1818

1919
group = "org.embulk.output.sftp"
20-
version = "0.1.11"
20+
version = "0.2.0"
2121
sourceCompatibility = 1.7
2222
targetCompatibility = 1.7
2323

0 commit comments

Comments
 (0)