Skip to content

Commit

Permalink
chore(main): release storage 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 23, 2024
1 parent 98c9d71 commit 812f846
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"pubsub": "1.34.0",
"pubsublite": "1.8.1",
"spanner": "1.55.0",
"storage": "1.36.0",
"storage": "1.37.0",
"vertexai": "0.6.0"
}
13 changes: 13 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changes


## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.36.0...storage/v1.37.0) (2024-01-23)


### Features

* **storage:** Add maxAttempts RetryOption ([#9215](https://github.com/googleapis/google-cloud-go/issues/9215)) ([e348cc5](https://github.com/googleapis/google-cloud-go/commit/e348cc5340e127b530e8ee4664fd995e6f038b2c))
* **storage:** Support IncludeFoldersAsPrefixes ([#9211](https://github.com/googleapis/google-cloud-go/issues/9211)) ([98c9d71](https://github.com/googleapis/google-cloud-go/commit/98c9d7157306de5134547a67c084c248484c9a51))


### Bug Fixes

* **storage:** Migrate deprecated proto dep ([#9232](https://github.com/googleapis/google-cloud-go/issues/9232)) ([ebbb610](https://github.com/googleapis/google-cloud-go/commit/ebbb610e0f58035fd01ad7893971382d8bbd092f)), refs [#9189](https://github.com/googleapis/google-cloud-go/issues/9189)

## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...storage/v1.36.0) (2023-12-14)


Expand Down
2 changes: 1 addition & 1 deletion storage/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.36.0"
const Version = "1.37.0"

0 comments on commit 812f846

Please sign in to comment.