diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47b6fe4b294..eab4e6c3dc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -34,7 +34,7 @@ "handwritten/logging-winston": "7.0.1", "handwritten/pubsub": "6.0.1", "handwritten/spanner": "8.12.0", - "handwritten/storage": "8.1.0", + "handwritten/storage": "8.2.0", "packages/google-ads-admanager": "0.12.0", "packages/google-ads-datamanager": "1.1.0", "packages/google-ai-generativelanguage": "4.1.0", diff --git a/changelog.json b/changelog.json index 7bf10dd451e..968de57239b 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "07ae774a8e52185a3598c878513377e7a019f127", + "message": "Update API sources and regenerate", + "issues": [ + "9293" + ] + } + ], + "version": "8.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/storage", + "id": "17382056-89a2-4738-9a89-f662808c563d", + "createTime": "2026-09-11T18:10:21.220Z" + }, { "changes": [ { @@ -94123,5 +94140,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-09-11T14:56:40.618Z" + "updateTime": "2026-09-11T18:10:21.220Z" } \ No newline at end of file diff --git a/handwritten/storage/CHANGELOG.md b/handwritten/storage/CHANGELOG.md index 1af5d530ccd..308e3b38d7d 100644 --- a/handwritten/storage/CHANGELOG.md +++ b/handwritten/storage/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions +## [8.2.0](https://github.com/googleapis/google-cloud-node/compare/storage-v8.1.0...storage-v8.2.0) (2026-09-11) + + +### Features + +* Update API sources and regenerate ([#9293](https://github.com/googleapis/google-cloud-node/issues/9293)) ([07ae774](https://github.com/googleapis/google-cloud-node/commit/07ae774a8e52185a3598c878513377e7a019f127)) + ## [8.1.0](https://github.com/googleapis/google-cloud-node/compare/storage-v8.0.1...storage-v8.1.0) (2026-09-08) diff --git a/handwritten/storage/package.json b/handwritten/storage/package.json index 53d3a69a8ea..12be1f93ca1 100644 --- a/handwritten/storage/package.json +++ b/handwritten/storage/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/storage", "description": "Cloud Storage Client Library for Node.js", - "version": "8.1.0", + "version": "8.2.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": {