all: release v0.10.0

This CL will be tagged v0.10.0.

Change-Id: I19c2c495ba16e96470a80626ee5a35f8012206e5
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/44970
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jean de Klerk <deklerk@google.com>
diff --git a/CHANGES.md b/CHANGES.md
index 01bae75..a0ec541 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# v0.10.0
+
+- Various updates to autogenerated clients.
+
+_Please note:_ the release version is not indicative of an individual client's
+stability or version.
+
 # v0.9.0
 
 - Small fix to chunking retry logic such that each chunk has its own retry
diff --git a/internal/version/version.go b/internal/version/version.go
index 0ac2e07..a945c1f 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -26,7 +26,7 @@
 
 // Repo is the current version of the client libraries in this
 // repo. It should be a date in YYYYMMDD format.
-const Repo = "20190802"
+const Repo = "20190905"
 
 // Go returns the Go runtime version. The returned string
 // has no whitespace.