Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Update version and changelog for 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed May 29, 2019
1 parent 1ff5ede commit fc111f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.6.0 / 2019-05-29

* Added metadata argument to OperationsClient.new allowing users to set default headers.
* Fixes an issue where metadata set on CallSettings was not preserved after merging a CallOptions object.
* Fixes an issue where timeout wasn't being used when retry is configured.

### 1.5.0 / 2019-1-7

* Loosen googleauth dependency
Expand Down
2 changes: 1 addition & 1 deletion lib/google/gax/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

module Google
module Gax
VERSION = '1.5.0'.freeze
VERSION = '1.6.0'.freeze
end
end

0 comments on commit fc111f2

Please sign in to comment.