Skip to content

Commit

Permalink
chore(main): release storage 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 2, 2022
1 parent bf274f1 commit ddb34a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"shell": "1.2.0",
"spanner": "1.29.0",
"speech": "1.3.0",
"storage": "1.21.0",
"storage": "1.22.0",
"storagetransfer": "1.2.0",
"talent": "0.5.0",
"texttospeech": "1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.21.0...storage/v1.22.0) (2022-03-02)


### Features

* **storage:** allow specifying includeTrailingDelimiter ([#5617](https://github.com/googleapis/google-cloud-go/issues/5617)) ([a34503b](https://github.com/googleapis/google-cloud-go/commit/a34503bc0f0b95399285e8db66976b227e3b0072))
* **storage:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9))

## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.20.0...storage/v1.21.0) (2022-02-17)


Expand Down
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.21.0"
const Version = "1.22.0"

0 comments on commit ddb34a9

Please sign in to comment.