Skip to content

Commit

Permalink
chore(main): release 2.15.0 (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 6, 2022
1 parent f60500f commit 73a9896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [2.15.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.14.2...v2.15.0) (2022-09-06)


### Features

* Allow users to set Apache Avro output format options through avro_serialization_options param in TableReadOptions message ([#490](https://github.com/googleapis/python-bigquery-storage/issues/490)) ([0c1264d](https://github.com/googleapis/python-bigquery-storage/commit/0c1264d47b6d412b11524fee484cff6473480890))

## [2.14.2](https://github.com/googleapis/python-bigquery-storage/compare/v2.14.1...v2.14.2) (2022-08-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-bigquery-storage"
description = "BigQuery Storage API API client library"
version = "2.14.2"
version = "2.15.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 73a9896

Please sign in to comment.