We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb58a1 commit a002fd4Copy full SHA for a002fd4
CHANGELOG.md
@@ -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
5
# 0.0.6 (2018/05/16)
6
7
* Support location option to allow to use location other than the US or EU multi-region.
lib/embulk/input/bigquery/version.rb
@@ -1,7 +1,7 @@
module Embulk
module Input
module Bigquery
- VERSION = '0.0.6'.freeze
+ VERSION = '0.0.7'.freeze
end
0 commit comments