Skip to content

Commit 1e31696

Browse files
committed
v0.3.1
1 parent 280c5d1 commit 1e31696

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.3.1 - 2019-01-08
2+
* [maintenance] Hide password shown in log when parse failure happens [#39](https://github.com/embulk/embulk-input-sftp/pull/39)
3+
14
## 0.3.0 - 2018-12-26
25
[new feature] Use file name output feature in Embulk core to show file name in cmdout [#37](https://github.com/embulk/embulk-input-sftp/pull/37)
36

build.gradle

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

1818
group = "org.embulk.input.sftp"
19-
version = "0.3.0"
19+
version = "0.3.1"
2020

2121
sourceCompatibility = 1.8
2222
targetCompatibility = 1.8

0 commit comments

Comments
 (0)