Skip to content

Commit

Permalink
Release google-cloud-spanner 1.16.0 (#5089)
Browse files Browse the repository at this point in the history
* updated google-cloud-spanner/CHANGELOG.md [ci skip]

* updated google-cloud-spanner/lib/google/cloud/spanner/version.rb [ci skip]

* Updated CHANGELOG.md

Co-authored-by: skuruppu <skuruppu@google.com>
  • Loading branch information
yoshi-automation and skuruppu committed Mar 20, 2020
1 parent dd228d5 commit ff1e6e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.16.0 / 2020-03-20

#### Features

* Added support for backing up and restoring databases ([#5053](https://www.github.com/googleapis/google-cloud-ruby/issues/5053))

### 1.15.0 / 2020-03-15

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-spanner/lib/google/cloud/spanner/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Spanner
VERSION = "1.15.0".freeze
VERSION = "1.16.0".freeze
end
end
end

0 comments on commit ff1e6e5

Please sign in to comment.