Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#232)
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 Jul 18, 2022
1 parent eed0c6d commit aff85e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-bigquery-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/googleapis/python-bigquery-connection/compare/v1.5.1...v1.6.0) (2022-07-16)


### Features

* add audience parameter ([0dd5a10](https://github.com/googleapis/python-bigquery-connection/commit/0dd5a10e39a8e52ac4f82d0f602b6a8fac76d607))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#229](https://github.com/googleapis/python-bigquery-connection/issues/229)) ([0dd5a10](https://github.com/googleapis/python-bigquery-connection/commit/0dd5a10e39a8e52ac4f82d0f602b6a8fac76d607))
* require python 3.7+ ([#231](https://github.com/googleapis/python-bigquery-connection/issues/231)) ([740194d](https://github.com/googleapis/python-bigquery-connection/commit/740194d60af8f598e7cdc942e0ff0c0ed7ca9b1b))

## [1.5.1](https://github.com/googleapis/python-bigquery-connection/compare/v1.5.0...v1.5.1) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.5.1"
version = "1.6.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit aff85e8

Please sign in to comment.