diff --git a/bigquery/CHANGELOG.md b/bigquery/CHANGELOG.md index a4e113da65b3..7931a8a58ec4 100644 --- a/bigquery/CHANGELOG.md +++ b/bigquery/CHANGELOG.md @@ -4,9 +4,22 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history -## 0.29.1 (unreleased) +## 0.30.0 -- TBD +This is the release candidate for v1.0.0. + +### Interface changes / additions + +- Add `delete_contents` to `delete_dataset`. (#4724) + +### Bugfixes + +- Add handling of missing properties in `SchemaField.from_api_repr()`. (#4754) +- Fix missing return value in `LoadJobConfig.from_api_repr`. (#4727) + +### Documentation + +- Minor documentation and typo fixes. (#4782, #4718, #4784, #4835, #4836) ## 0.29.0 diff --git a/bigquery/setup.py b/bigquery/setup.py index aaba8662de5d..d84ed3d8cf2c 100644 --- a/bigquery/setup.py +++ b/bigquery/setup.py @@ -64,7 +64,7 @@ setup( name='google-cloud-bigquery', - version='0.29.1.dev1', + version='0.30.0', description='Python Client for Google BigQuery', long_description=README, namespace_packages=[ diff --git a/docs/bigquery/releases.rst b/docs/bigquery/releases.rst index b83de4abcec2..e39c1f10dd5f 100644 --- a/docs/bigquery/releases.rst +++ b/docs/bigquery/releases.rst @@ -13,3 +13,4 @@ * ``0.27.0`` (`PyPI `__, `Release Notes `__) * ``0.28.0`` (`PyPI `__, `Release Notes `__) * ``0.29.0`` (`PyPI `__, `Release Notes `__) +* ``0.30.0`` (`PyPI `__, `Release Notes `__)