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.
1 parent 280c5d1 commit 1e31696Copy full SHA for 1e31696
CHANGELOG.md
@@ -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
+
4
## 0.3.0 - 2018-12-26
5
[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)
6
build.gradle
@@ -16,7 +16,7 @@ configurations {
16
}
17
18
group = "org.embulk.input.sftp"
19
-version = "0.3.0"
+version = "0.3.1"
20
21
sourceCompatibility = 1.8
22
targetCompatibility = 1.8
0 commit comments