From 5cd1a61dbcb5fcab83746c657ad37220187b0451 Mon Sep 17 00:00:00 2001 From: shollyman Date: Wed, 30 Sep 2020 11:05:16 -0700 Subject: [PATCH] chore: release bigquery/v1.11.1 (#2941) This PR will be tagged as bigquery/v1.11.1. --- bigquery/CHANGES.md | 5 +++++ internal/version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.