Skip to content

Commit 8a34be9

Browse files
committed
Release v0.5.3
1 parent 2b25f81 commit 8a34be9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.3 - 2019-11-19
2+
* [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)
3+
* Also exposes `port` configuration (by default will use 80 and 443).
14

25
## 0.5.2 - 2019-10-24
36
* [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)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configurations {
1919
}
2020

2121
group = "org.embulk.output.td"
22-
version = "0.5.2"
22+
version = "0.5.3"
2323

2424
compileJava.options.encoding = 'UTF-8' // source encoding
2525
sourceCompatibility = 1.8

embulk-output-td.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Gem::Specification.new do |spec|
33
spec.name = "embulk-output-td"
4-
spec.version = "0.5.2"
4+
spec.version = "0.5.3"
55
spec.authors = ["Muga Nishizawa"]
66
spec.summary = %[TreasureData output plugin for Embulk]
77
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.]

0 commit comments

Comments
 (0)