diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 23e9f7d7914c..c37beed60ad4 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -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", diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 4acf3bee0aab..3d663ebbf427 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -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-04) + + +### 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) diff --git a/storage/internal/version.go b/storage/internal/version.go index b1672963f6c5..eddfee04b0b3 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -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"