Skip to content

Commit 17cd34a

Browse files
committed
bump up 0.6.5
1 parent 5e3fb92 commit 17cd34a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.5 - 2021-06-10
2+
* [maintenance] Fix failed tests (thanks to @kyoshidajp)
3+
* [maintenance] Lock representable version for avoiding requiring Ruby 2.4 (thanks to @hiroyuki-sato)
4+
15
## 0.6.4 - 2019-11-06
26

37
* [enhancement] Add DATETIME type conveter (thanks to @kekekenta)

embulk-output-bigquery.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "embulk-output-bigquery"
3-
spec.version = "0.6.4"
3+
spec.version = "0.6.5"
44
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
55
spec.summary = "Google BigQuery output plugin for Embulk"
66
spec.description = "Embulk plugin that insert records to Google BigQuery."

0 commit comments

Comments
 (0)