Skip to content

Commit

Permalink
chore: release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 23, 2021
1 parent cc3394f commit a051f9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [2.10.0](https://github.com/googleapis/python-bigquery/compare/v2.9.0...v2.10.0) (2021-02-23)


### Features

* add BIGNUMERIC support ([#527](https://github.com/googleapis/python-bigquery/issues/527)) ([cc3394f](https://github.com/googleapis/python-bigquery/commit/cc3394f80934419eb00c2029bb81c92a696e7d88))


### Documentation

* **bigquery:** Add alternative approach to setting credentials ([#517](https://github.com/googleapis/python-bigquery/issues/517)) ([60fbf28](https://github.com/googleapis/python-bigquery/commit/60fbf287b0d34d5db2e61cce7a5b42735ed43d0e))
* explain retry behavior for DONE jobs ([#532](https://github.com/googleapis/python-bigquery/issues/532)) ([696c443](https://github.com/googleapis/python-bigquery/commit/696c443f0a6740be0767e12b706a7771bc1460c3))

## [2.9.0](https://github.com/googleapis/python-bigquery/compare/v2.8.0...v2.9.0) (2021-02-18)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/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.9.0"
__version__ = "2.10.0"

0 comments on commit a051f9f

Please sign in to comment.