Skip to content

Commit

Permalink
chore(main): release google-apis-core 0.7.0 (#10549)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jun 30, 2022
1 parent ca8275f commit e10d078
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
@@ -1,4 +1,4 @@
{
"google-apis-core": "0.6.0",
"google-apis-core": "0.7.0",
"google-apis-generator": "0.7.0"
}
6 changes: 6 additions & 0 deletions google-apis-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History

### 0.7.0 (2022-06-30)

#### Features

* Add storage specific download to respond with http header

### 0.6.0 (2022-06-15)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-apis-core/lib/google/apis/core/version.rb
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module Core
# Core version
VERSION = "0.6.0".freeze
VERSION = "0.7.0".freeze
end
end
end

0 comments on commit e10d078

Please sign in to comment.