Skip to content

Commit 6572e1a

Browse files
committed
v0.1.10
1 parent fb7025f commit 6572e1a

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.10 (2018-05-07)
2+
- Fix: Use java.util.regex.Pattern for host name validation
3+
- https://github.com/embulk/embulk-output-sftp/pull/49
14
0.1.9 (2018-04-26)
25
- Enhance: Add validation for "host" and "proxy.host"
36
- https://github.com/embulk/embulk-output-sftp/pull/48

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

0 commit comments

Comments
 (0)