Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvhung83 committed Aug 29, 2018
1 parent 68fc8c7 commit 18d4205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.2.0 (2018-08-29)
- Fix bug of stalling when closing `remoteFile`, this version is recommended over 0.1.11
- https://github.com/embulk/embulk-output-sftp/pull/51
0.1.11 (2018-08-27)
- Enhance: Add 2 new configs `local_temp_file` (boolean) and `temp_file_threshold` (long)
- https://github.com/embulk/embulk-output-sftp/pull/50
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {
}

group = "org.embulk.output.sftp"
version = "0.1.11"
version = "0.2.0"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down

0 comments on commit 18d4205

Please sign in to comment.