Skip to content

Commit 77c0cba

Browse files
committed
v0.3.2
1 parent dabc063 commit 77c0cba

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.2 - 2019-07-25
2+
* [maintenance] Do not retry when "Connection refused" is returned and throw ConfigException [#40](https://github.com/embulk/embulk-input-sftp/pull/40)
3+
14
## 0.3.1 - 2019-01-08
25
* [maintenance] Hide password shown in log when parse failure happens [#39](https://github.com/embulk/embulk-input-sftp/pull/39)
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.1"
19+
version = "0.3.2"
2020

2121
sourceCompatibility = 1.8
2222
targetCompatibility = 1.8

0 commit comments

Comments
 (0)