Skip to content

Commit

Permalink
chore(main): release storage 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 22, 2022
1 parent 6a8a949 commit 333ef44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"storage": "1.22.1"
"storage": "1.23.0"
}
8 changes: 8 additions & 0 deletions storage/CHANGES.md
@@ -1,6 +1,14 @@
# Changes


## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.22.1...storage/v1.23.0) (2022-06-22)


### Features

* **storage:** add support for OLM Prefix/Suffix ([#5929](https://github.com/googleapis/google-cloud-go/issues/5929)) ([ec21d10](https://github.com/googleapis/google-cloud-go/commit/ec21d10d6d1b01aa97a52560319775041707690d))
* **storage:** support AbortIncompleteMultipartUpload LifecycleAction ([#5812](https://github.com/googleapis/google-cloud-go/issues/5812)) ([fdec929](https://github.com/googleapis/google-cloud-go/commit/fdec929b9da6e01dda0ab3c72544d44d6bd82bd4)), refs [#5795](https://github.com/googleapis/google-cloud-go/issues/5795)

### [1.22.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.22.0...storage/v1.22.1) (2022-05-19)


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.22.1"
const Version = "1.23.0"

0 comments on commit 333ef44

Please sign in to comment.