Skip to content

Commit

Permalink
chore(main): release storage 1.27.0 (#6677)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.27.0](storage/v1.26.0...storage/v1.27.0) (2022-09-22)


### Features

* **storage:** Find GoogleAccessID when using impersonated creds ([#6591](#6591)) ([a2d16a7](a2d16a7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Sep 22, 2022
1 parent fdf8753 commit f471d12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"storage": "1.26.0"
"storage": "1.27.0"
}
7 changes: 7 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.26.0...storage/v1.27.0) (2022-09-22)


### Features

* **storage:** Find GoogleAccessID when using impersonated creds ([#6591](https://github.com/googleapis/google-cloud-go/issues/6591)) ([a2d16a7](https://github.com/googleapis/google-cloud-go/commit/a2d16a7a778c85d13217fc67955ec5dac1da34e8))

## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.25.0...storage/v1.26.0) (2022-08-29)


Expand Down
2 changes: 1 addition & 1 deletion storage/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.26.0"
const Version = "1.27.0"

0 comments on commit f471d12

Please sign in to comment.