diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 5c592d777601..f187daa26f3d 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## v1.11.1 + +* Addresses issue with optimized query path changes, released + in v1.11.0 + ## v1.11.0 * Add support for optimized query path. diff --git a/internal/version/version.go b/internal/version/version.go index 6ff8b466c49d..8f542e6228ab 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -26,7 +26,7 @@ import ( // Repo is the current version of the client libraries in this // repo. It should be a date in YYYYMMDD format. -const Repo = "20200928" +const Repo = "20200930" // Go returns the Go runtime version. The returned string // has no whitespace.