diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a265186..61ac5456f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions +## [7.3.0](/~https://github.com/googleapis/nodejs-storage/compare/v7.2.0...v7.3.0) (2023-10-11) + + +### Features + +* Add transfer manager MPU sample, adjust defaults, prepare for GA ([#2318](/~https://github.com/googleapis/nodejs-storage/issues/2318)) ([a7d09c1](/~https://github.com/googleapis/nodejs-storage/commit/a7d09c16aa7f732db089c55d2692ce5fd88c52f3)) + + +### Bug Fixes + +* Simplify the code for downloadInChunks ([#2323](/~https://github.com/googleapis/nodejs-storage/issues/2323)) ([6519929](/~https://github.com/googleapis/nodejs-storage/commit/6519929153e0006b61d205860de93c9e64b99d81)) + ## [7.2.0](/~https://github.com/googleapis/nodejs-storage/compare/v7.1.0...v7.2.0) (2023-10-05) diff --git a/package.json b/package.json index 4e84780e2..cb49d1038 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/storage", "description": "Cloud Storage Client Library for Node.js", - "version": "7.2.0", + "version": "7.3.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index 77b18aeb0..0d50a977c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/storage": "^7.2.0", + "@google-cloud/storage": "^7.3.0", "node-fetch": "^2.6.7", "uuid": "^8.0.0", "yargs": "^16.0.0"