Skip to content

Commit 149d7ed

Browse files
authored
Merge pull request #151 from embulk/bump-up-0-6-9
Bump up 0 6 9
2 parents ecf109f + e654b8d commit 149d7ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.9 - 2023-03-16
2+
* [enhancement] Add SSLException to retry job (thanks to @mzumi)
3+
14
## 0.6.8 - 2022-10-12
25
* [enhancement] Support JSON type (thanks to @civitaspo )
36
* [maintenance] Add an error message in order to retry (thanks to @mzumi)

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.8"
3+
spec.version = "0.6.9"
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)