Skip to content

Commit

Permalink
all: release v0.10.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shollyman committed Sep 5, 2019
1 parent 1019037 commit 09a9d0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "20190802"
const Repo = "20190905"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down

0 comments on commit 09a9d0a

Please sign in to comment.