Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuantuan58 committed Nov 19, 2019
1 parent 2b25f81 commit 8a34be9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.3 - 2019-11-19
* [new feature] Added additional headers to the Http requests [#94](https://github.com/treasure-data/embulk-output-td/pul/94) addressed by [#93](https://github.com/treasure-data/embulk-output-td/issues/93)
* Also exposes `port` configuration (by default will use 80 and 443).

## 0.5.2 - 2019-10-24
* [maintenance] Fix columns order bug described in issue [91](https://github.com/treasure-data/embulk-output-td/issues/91) [#92](https://github.com/treasure-data/embulk-output-td/pull/92)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configurations {
}

group = "org.embulk.output.td"
version = "0.5.2"
version = "0.5.3"

compileJava.options.encoding = 'UTF-8' // source encoding
sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion embulk-output-td.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "embulk-output-td"
spec.version = "0.5.2"
spec.version = "0.5.3"
spec.authors = ["Muga Nishizawa"]
spec.summary = %[TreasureData output plugin for Embulk]
spec.description = %[TreasureData output plugin is an Embulk plugin that loads records to TreasureData read by any input plugins. Search the input plugins by 'embulk-output' keyword.]
Expand Down

0 comments on commit 8a34be9

Please sign in to comment.