Skip to content

Commit 8f1b8a9

Browse files
committed
Release Spanner 1.4.0
* Add support for commit_timestamp.
1 parent 464f823 commit 8f1b8a9

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,9 @@
389389
"name": "google-cloud-spanner",
390390
"defaultService": "google/cloud/spanner",
391391
"versions": [
392-
"v1.3.1",
392+
"v1.4.0",
393393
"master",
394+
"v1.3.1",
394395
"v1.2.0",
395396
"v1.1.1",
396397
"v1.1.0",

google-cloud-spanner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
### 1.4.0 / 2018-03-26
4+
5+
* Add support for commit_timestamp.
6+
37
### 1.3.1 / 2018-02-27
48

59
* Add Batch Client

google-cloud-spanner/lib/google/cloud/spanner/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Spanner
19-
VERSION = "1.3.1".freeze
19+
VERSION = "1.4.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)