all: release v0.17.0

This commit will be tagged v0.17.0.

Change-Id: I4c64e0583460bae3d929d8d482556daa827d399e
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/51570
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
Reviewed-by: kokoro <noreply+kokoro@google.com>
diff --git a/CHANGES.md b/CHANGES.md
index 8bdbc5b..0fcd0f8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,17 @@
+# v0.17.0
+
+
+- Revert sqladmin package name back from sql to sqladmin. (#448)
+
+- Various updates to autogenerated clients.
+
+Internal:
+
+- transport/grpc: add internal WithDialPool option for GAPIC clients.
+
+_Please note:_ the release version is not indicative of an individual client's
+stability or version.
+
 # v0.16.0
 
 - Increase the default chunk size for uploads (e.g., for the storage package) to 16 MB.
diff --git a/internal/version/version.go b/internal/version/version.go
index 87af21e..fc2df6c 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -16,7 +16,7 @@
 
 // Repo is the current version of the client libraries in this
 // repo. It should be a date in YYYYMMDD format.
-const Repo = "20200205"
+const Repo = "20200206"
 
 // Go returns the Go runtime version. The returned string
 // has no whitespace.