Skip to content

Commit

Permalink
chore(main): release storage 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 4, 2022
1 parent 1969273 commit 3db11a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"storage": "1.27.0"
"storage": "1.28.0"
}
12 changes: 12 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,18 @@
# Changes


## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.27.0...storage/v1.28.0) (2022-10-04)


### Features

* **storage/internal:** Add routing annotations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1))


### Documentation

* **storage:** Update broken links for SignURL and PostPolicy ([#6779](https://github.com/googleapis/google-cloud-go/issues/6779)) ([776138b](https://github.com/googleapis/google-cloud-go/commit/776138bc06a1e5fd45acbf8f9d36e9dc6ce31dd3))

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


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.27.0"
const Version = "1.28.0"

0 comments on commit 3db11a9

Please sign in to comment.