Skip to content

Commit a002fd4

Browse files
committed
version 0.0.7
1 parent fcb58a1 commit a002fd4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.7 (2019/04/09)
2+
3+
* Allow google-cloud-bigquery version between v0.24 and v1.12
4+
15
# 0.0.6 (2018/05/16)
26

37
* Support location option to allow to use location other than the US or EU multi-region.

lib/embulk/input/bigquery/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Embulk
22
module Input
33
module Bigquery
4-
VERSION = '0.0.6'.freeze
4+
VERSION = '0.0.7'.freeze
55
end
66
end
77
end

0 commit comments

Comments
 (0)