Skip to content

Commit

Permalink
chore: release 1.2.3 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 6, 2021
1 parent 253ac85 commit 8c3894d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-bigquery-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.2.3](https://github.com/googleapis/python-bigquery-connection/compare/v1.2.2...v1.2.3) (2021-10-05)


### Bug Fixes

* add 'dict' annotation type to 'request' ([87b77ee](https://github.com/googleapis/python-bigquery-connection/commit/87b77ee76e3abcce5428230a6884c66843353440))
* improper types in pagers generation ([47d1b68](https://github.com/googleapis/python-bigquery-connection/commit/47d1b68b74dda036b64979e4c7aab589046822ba))

### [1.2.2](https://github.com/googleapis/python-bigquery-connection/compare/v1.2.1...v1.2.2) (2021-07-27)


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 @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.2.2"
version = "1.2.3"

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

Expand Down

0 comments on commit 8c3894d

Please sign in to comment.