Skip to content

Commit

Permalink
chore(main): release storage 1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 8, 2024
1 parent 386bef3 commit 542ec0d
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,6 +11,6 @@
"pubsub": "1.37.0",
"pubsublite": "1.8.1",
"spanner": "1.58.0",
"storage": "1.39.0",
"storage": "1.39.1",
"vertexai": "0.7.1"
}
7 changes: 7 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.39.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.0...storage/v1.39.1) (2024-03-08)


### Bug Fixes

* **storage:** Add object validation case and test ([#9521](https://github.com/googleapis/google-cloud-go/issues/9521)) ([386bef3](https://github.com/googleapis/google-cloud-go/commit/386bef319b4678beaa926ddfe4edef190f11b68d))

## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.38.0...storage/v1.39.0) (2024-02-29)


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.39.0"
const Version = "1.39.1"

0 comments on commit 542ec0d

Please sign in to comment.