Skip to content

Commit

Permalink
Release google-cloud-datastore 1.5.3 (#3458)
Browse files Browse the repository at this point in the history
* Enable grpc.service_config_disable_resolution
* Use VERSION constant in GAPIC client
  • Loading branch information
quartzmo committed Jun 13, 2019
1 parent dfb11dd commit c05bf2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions google-cloud-datastore/CHANGELOG.md
@@ -1,5 +1,10 @@
# Release History

### 1.5.3 / 2019-06-12

* Enable grpc.service_config_disable_resolution
* Use VERSION constant in GAPIC client

### 1.5.2 / 2019-04-29

* Add AUTHENTICATION.md guide.
Expand Down
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Datastore
VERSION = "1.5.2".freeze
VERSION = "1.5.3".freeze
end
end
end

0 comments on commit c05bf2a

Please sign in to comment.