diff --git a/api/api.package.json b/api/api.package.json index e28d376c1..0ca3e1bb9 100644 --- a/api/api.package.json +++ b/api/api.package.json @@ -6,7 +6,7 @@ "dependencies": { "@dataform/core": "$DF_VERSION", "@dataform/protos": "$DF_VERSION", - "@google-cloud/bigquery": "^1.3.0", + "@google-cloud/bigquery": "^4.1.1", "@types/glob": "^7.1.1", "bluebird": "^3.5.3", "cron-parser": "^2.11.0", diff --git a/version.bzl b/version.bzl index ba3255fc2..dbd7765cd 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ # NOTE: If you change the format of this line, you must change the bash command # in /scripts/publish to extract the version string correctly. -DF_VERSION = "1.2.0" +DF_VERSION = "1.2.1"