Skip to content

Commit

Permalink
chore(main): release google-cloud-storage 1.42.0 (#19208)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 21, 2022
1 parent e16335f commit d250896
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
"google-cloud-speech-v1+FILLER": "0.0.0",
"google-cloud-speech-v1p1beta1": "0.13.0",
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
"google-cloud-storage": "1.41.0",
"google-cloud-storage": "1.42.0",
"google-cloud-storage+FILLER": "0.0.0",
"google-cloud-storage_transfer": "1.1.0",
"google-cloud-storage_transfer+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.42.0 (2022-09-21)

#### Features

* send invocation_id header in all requests ([#19161](https://github.com/googleapis/google-cloud-ruby/issues/19161))

### 1.41.0 (2022-09-16)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage/lib/google/cloud/storage/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Storage
VERSION = "1.41.0".freeze
VERSION = "1.42.0".freeze
end
end
end

0 comments on commit d250896

Please sign in to comment.