Skip to content

Commit

Permalink
Release Datastore 1.2.1
Browse files Browse the repository at this point in the history
* Remove warning when connecting to Datastore Emulator.
  • Loading branch information
blowmage committed Nov 21, 2017
1 parent bbd3b95 commit 04fb38f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -110,8 +110,9 @@
"name": "google-cloud-datastore",
"defaultService": "google/cloud/datastore",
"versions": [
"v1.2.0",
"v1.2.1",
"master",
"v1.2.0",
"v1.1.0",
"v1.0.1",
"v1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-datastore/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 1.2.1 / 2017-11-21

* Remove warning when connecting to Datastore Emulator.

### 1.2.0 / 2017-11-14

* Add `Google::Cloud::Datastore::Credentials` class.
Expand Down
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Datastore
VERSION = "1.2.0"
VERSION = "1.2.1"
end
end
end

0 comments on commit 04fb38f

Please sign in to comment.