Skip to content

Commit 3e91f5c

Browse files
committed
v0.1.9
1 parent 0eb0092 commit 3e91f5c

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.1.9 (2018-04-26)
2+
- Enhance: Add validation for "host" and "proxy.host"
3+
- https://github.com/embulk/embulk-output-sftp/pull/48
14
0.1.8 (2018-03-20)
25
- Change input stream buffer size to 32MB to reduce number of storage reads
36
- https://github.com/embulk/embulk-output-sftp/pull/47

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.8"
20+
version = "0.1.9"
2121
sourceCompatibility = 1.7
2222
targetCompatibility = 1.7
2323

0 commit comments

Comments
 (0)