Skip to content

Commit

Permalink
Merge pull request #163 from hiroyuki-sato/bump-up-0-7-1
Browse files Browse the repository at this point in the history
Bump up 0.7.1
  • Loading branch information
hiroyuki-sato authored Mar 5, 2024
2 parents 33f4d00 + 254ae19 commit 61fc3db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1 - 2024-03-4
* [enhancement] Support description of columns and tables (Thanks to @kyoshidajp and @fagai ) #142
* [maintenance] Add missing GitHub Actions environment setting. #160
* [maintenance] Replace google-api-client with specific Google APIs (Thanks to @Nozomuts) #161
* [maintenance] Update GitHub Actions use checkout@v4 and setup-java@v4 #162

## 0.7.0 - 2024-02-1
* [enhancement] Add support Embulk 0.11.x

Expand Down
2 changes: 1 addition & 1 deletion embulk-output-bigquery.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
spec.version = "0.7.0"
spec.version = "0.7.1"
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
spec.summary = "Google BigQuery output plugin for Embulk"
spec.description = "Embulk plugin that insert records to Google BigQuery."
Expand Down

0 comments on commit 61fc3db

Please sign in to comment.