Skip to content

Commit d80a820

Browse files
chore: release 2.23.0
1 parent e587029 commit d80a820

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
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.23.0](https://github.com/googleapis/python-bigquery/compare/v2.22.0...v2.23.0) (2021-07-21)
9+
10+
11+
### Features
12+
13+
* add Samples section to CONTRIBUTING.rst ([#785](https://github.com/googleapis/python-bigquery/issues/785)) ([e587029](https://github.com/googleapis/python-bigquery/commit/e58702967d572e83b4c774278818302594a511b7))
14+
15+
16+
### Bug Fixes
17+
18+
* issue a warning if buggy pyarrow is detected ([#787](https://github.com/googleapis/python-bigquery/issues/787)) ([e403721](https://github.com/googleapis/python-bigquery/commit/e403721af1373eb1f1a1c7be5b2182e3819ed1f9))
19+
820
## [2.22.0](https://github.com/googleapis/python-bigquery/compare/v2.21.0...v2.22.0) (2021-07-19)
921

1022

google/cloud/bigquery/version.py

+1-1
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.22.0"
15+
__version__ = "2.23.0"

0 commit comments

Comments
 (0)