Skip to content

Commit ecf2aff

Browse files
committed
version 0.0.9
1 parent 334457c commit ecf2aff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.0.8 (2019/10/17)
27

38
* Depend signet from '~> 0.7' to '< 0.12`

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.8'.freeze
4+
VERSION = '0.0.9'.freeze
55
end
66
end
77
end

0 commit comments

Comments
 (0)