We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464f823 commit 8f1b8a9Copy full SHA for 8f1b8a9
3 files changed
docs/manifest.json
@@ -389,8 +389,9 @@
389
"name": "google-cloud-spanner",
390
"defaultService": "google/cloud/spanner",
391
"versions": [
392
- "v1.3.1",
+ "v1.4.0",
393
"master",
394
+ "v1.3.1",
395
"v1.2.0",
396
"v1.1.1",
397
"v1.1.0",
google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+### 1.4.0 / 2018-03-26
4
+
5
+* Add support for commit_timestamp.
6
7
### 1.3.1 / 2018-02-27
8
9
* Add Batch Client
google-cloud-spanner/lib/google/cloud/spanner/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module Spanner
19
- VERSION = "1.3.1".freeze
+ VERSION = "1.4.0".freeze
20
end
21
22
0 commit comments