Skip to content

Commit

Permalink
Release google-cloud-spanner 1.14.0 (#4814)
Browse files Browse the repository at this point in the history
#### Features

* allow custom lib name and version for telemetry purpose ([#4762](https://www.github.com/googleapis/google-cloud-ruby/issues/4762))
  * allow custom lib name and version for telemetry purpose
  * format docs
  * added custom lib name and version prefix
  * update test cases for lib name and version
  • Loading branch information
yoshi-automation committed Feb 18, 2020
1 parent 1201444 commit 578b5cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

### 1.14.0 / 2020-02-18

#### Features

* allow custom lib name and version for telemetry purpose ([#4762](https://www.github.com/googleapis/google-cloud-ruby/issues/4762))
* allow custom lib name and version for telemetry purpose
* format docs
* added custom lib name and version prefix
* update test cases for lib name and version

### 1.13.1 / 2020-01-22

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner/lib/google/cloud/spanner/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Spanner
VERSION = "1.13.1".freeze
VERSION = "1.14.0".freeze
end
end
end

0 comments on commit 578b5cf

Please sign in to comment.