Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

chore(main): release 1.7.2 #263

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.2](https://github.com/googleapis/python-bigquery-connection/compare/v1.7.1...v1.7.2) (2022-09-29)


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#262](https://github.com/googleapis/python-bigquery-connection/issues/262)) ([5db326d](https://github.com/googleapis/python-bigquery-connection/commit/5db326dd3f949f9e8980bd046885a4ae6a49d856))

## [1.7.1](https://github.com/googleapis/python-bigquery-connection/compare/v1.7.0...v1.7.1) (2022-08-11)


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

import setuptools # type: ignore

version = "1.7.1"
version = "1.7.2"

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

Expand Down