CHANGELOG.md in google-cloud-bigquery-1.29.0 vs CHANGELOG.md in google-cloud-bigquery-1.30.0
- old
+ new
@@ -1,6 +1,21 @@
# Release History
+### 1.30.0 / 2021-04-20
+
+#### Features
+
+* Add support for BIGNUMERIC data type
+ * Add support for BIGNUMERIC data insert.
+ * Add support for BIGNUMERIC query params.
+ * Add #bignumeric to Schema, Table, LoadJob::Updater and Field.
+ * Update types tables in docs.
+
+#### Bug Fixes
+
+* Fix Table#time_partitioning_expiration=
+ * Accept nil argument.
+
### 1.29.0 / 2021-03-10
#### Features
* Drop support for Ruby 2.4 and add support for Ruby 3.0