Skip to content

Commit

Permalink
chore(main): release storage 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 9, 2023
1 parent 8e63c70 commit a0b4c38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Expand Up @@ -11,5 +11,5 @@
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.51.0",
"storage": "1.35.0"
"storage": "1.35.1"
}
7 changes: 7 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.35.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.0...storage/v1.35.1) (2023-11-09)


### Bug Fixes

* **storage:** Rename aux.go to auxiliary.go fixing windows build ([ba23673](https://github.com/googleapis/google-cloud-go/commit/ba23673da7707c31292e4aa29d65b7ac1446d4a6))

## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.1...storage/v1.35.0) (2023-11-09)


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.35.0"
const Version = "1.35.1"

0 comments on commit a0b4c38

Please sign in to comment.