Skip to content

Commit

Permalink
chore(main): release storage 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 1, 2024
1 parent dd7c8e5 commit fc8fa5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.37.0",
"pubsublite": "1.8.1",
"spanner": "1.60.0",
"storage": "1.40.0",
"storage": "1.41.0",
"vertexai": "0.7.1"
}
10 changes: 7 additions & 3 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.40.0...storage/v1.41.0) (2024-04-01)


### Features

* **storage/control:** Make Managed Folders operations public ([264a6dc](https://github.com/googleapis/google-cloud-go/commit/264a6dcddbffaec987dce1dc00f6550c263d2df7))

## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.1...storage/v1.40.0) (2024-03-29)


Expand Down Expand Up @@ -536,6 +543,3 @@

This is the first tag to carve out storage as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.



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.40.0"
const Version = "1.41.0"

0 comments on commit fc8fa5b

Please sign in to comment.