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 8c57d66 commit 261733aCopy full SHA for 261733a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.3 - 2019-10-28
2
+
3
+* [enhancement] Add DATE type conveter (thanks to @tksfjt1024)
4
5
## 0.6.2 - 2019-10-16
6
7
* [maintenance] Lock signet and google-api-client version (thanks to @hiroyuki-sato)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.2"
+ spec.version = "0.6.3"
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