Skip to content

Commit

Permalink
chore(main): release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 6, 2022
1 parent 9998a5e commit 57055f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-storage/#history

## [2.7.0](https://github.com/googleapis/python-storage/compare/v2.6.0...v2.7.0) (2022-12-06)


### Features

* Add "transfer_manager" module for concurrent uploads and downloads, as a preview feature ([#943](https://github.com/googleapis/python-storage/issues/943)) ([9998a5e](https://github.com/googleapis/python-storage/commit/9998a5e1c9e9e8920c4d40e13e39095585de657a))
* Add support for use_auth_w_custom_endpoint ([#901](https://github.com/googleapis/python-storage/issues/901)) ([4862a9c](https://github.com/googleapis/python-storage/commit/4862a9c34fcd9524f31312227a2ccf5e376f39fa))

## [2.6.0](https://github.com/googleapis/python-storage/compare/v2.5.0...v2.6.0) (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/storage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 57055f4

Please sign in to comment.