We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334457c commit ecf2affCopy full SHA for ecf2aff
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.0.9 (2019/10/30)
2
+
3
+* Depend google-cloud-env to '< 1.3.0` (thanks to @noissefnoc)
4
+* Depend google-cloud-core to '< 1.4.0' (thanks to @noissefnoc)
5
6
# 0.0.8 (2019/10/17)
7
8
* Depend signet from '~> 0.7' to '< 0.12`
lib/embulk/input/bigquery/version.rb
@@ -1,7 +1,7 @@
module Embulk
module Input
module Bigquery
- VERSION = '0.0.8'.freeze
+ VERSION = '0.0.9'.freeze
end
0 commit comments