Skip to content

Commit

Permalink
chore(main): release storage 1.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 30, 2023
1 parent ef61e47 commit 9485d7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Expand Up @@ -9,5 +9,5 @@
"pubsub": "1.30.0",
"pubsublite": "1.7.0",
"spanner": "1.44.0",
"storage": "1.30.1"
"storage": "1.30.2"
}
9 changes: 9 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,15 @@
# Changes


## [1.30.2](https://github.com/googleapis/google-cloud-go/compare/storage/v1.30.1...storage/v1.30.2) (2023-03-30)


### Documentation

* **storage/internal:** Clarifications about behavior of DeleteObject RPC ([3f1ed9c](https://github.com/googleapis/google-cloud-go/commit/3f1ed9c63fb115f47607a3ab478842fe5ba0df11))
* **storage/internal:** Revert ChecksummedData message definition not to specify ctype=CORD, because it would be a breaking change. ([ef61e47](https://github.com/googleapis/google-cloud-go/commit/ef61e4799280a355b960da8ae240ceb2efbe71ac))
* **storage/internal:** Updated ChecksummedData message definition to specify ctype=CORD, and removed incorrect earlier attempt that set that annotation in the ReadObjectResponse message definition ([ef61e47](https://github.com/googleapis/google-cloud-go/commit/ef61e4799280a355b960da8ae240ceb2efbe71ac))

## [1.30.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.30.0...storage/v1.30.1) (2023-03-21)


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.30.1"
const Version = "1.30.2"

0 comments on commit 9485d7b

Please sign in to comment.