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 1051f3f commit a4b25bdCopy full SHA for a4b25bd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.4 - 2019-11-06
2
+
3
+* [enhancement] Add DATETIME type conveter (thanks to @kekekenta)
4
5
## 0.6.3 - 2019-10-28
6
7
* [enhancement] Add DATE type conveter (thanks to @tksfjt1024)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.3"
+ spec.version = "0.6.4"
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
spec.summary = "Google BigQuery output plugin for Embulk"
spec.description = "Embulk plugin that insert records to Google BigQuery."
0 commit comments