Skip to content

Commit 643b333

Browse files
chore(main): release 2.32.0 (#1104)
🤖 I have created a release *beep* *boop* --- ## [2.32.0](v2.31.0...v2.32.0) (2022-01-12) ### Features * support authorized dataset entity ([#1075](#1075)) ([c098cd0](c098cd0)) ### Bug Fixes * remove query text from exception message, use `exception.debug_message` instead ([#1105](#1105)) ([e23114c](e23114c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 073c9d3 commit 643b333

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [2.32.0](https://github.com/googleapis/python-bigquery/compare/v2.31.0...v2.32.0) (2022-01-12)
9+
10+
11+
### Features
12+
13+
* support authorized dataset entity ([#1075](https://github.com/googleapis/python-bigquery/issues/1075)) ([c098cd0](https://github.com/googleapis/python-bigquery/commit/c098cd01c755633bfaba7193dd5c044a489a5b61))
14+
15+
16+
### Bug Fixes
17+
18+
* remove query text from exception message, use `exception.debug_message` instead ([#1105](https://github.com/googleapis/python-bigquery/issues/1105)) ([e23114c](https://github.com/googleapis/python-bigquery/commit/e23114ce362e09ac72f733a640e53a561cc9ce69))
19+
820
## [2.31.0](https://www.github.com/googleapis/python-bigquery/compare/v2.30.1...v2.31.0) (2021-11-24)
921

1022

google/cloud/bigquery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.31.0"
15+
__version__ = "2.32.0"

0 commit comments

Comments
 (0)