diff --git a/storage/.release-please-manifest.json b/storage/.release-please-manifest.json index b9d04fa02462..3186e6d255d3 100644 --- a/storage/.release-please-manifest.json +++ b/storage/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "storage": "1.26.0" + "storage": "1.27.0" } \ No newline at end of file diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 8e179409923f..e6ed692c6807 100644 --- a/storage/CHANGES.md +++ b/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-14) + + +### 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) diff --git a/storage/internal/version.go b/storage/internal/version.go index dc70dd2f630d..dc1cb9f6009b 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -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"