Skip to content

Commit

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

* Add InstanceConfig#replicas (ReplicaInfo) to the lower-level API.

#### Documentation

* Update lower-level API documentation.

#### Bug Fixes

* Update minimum runtime dependencies.
  • Loading branch information
quartzmo authored Nov 12, 2019
1 parent 2ef5fc4 commit 83fea20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

### 1.12.1 / 2019-11-12

#### Features

* Add InstanceConfig#replicas (ReplicaInfo) to the lower-level API.

#### Documentation

* Update lower-level API documentation.

#### Bug Fixes

* Update minimum runtime dependencies.

### 1.12.0 / 2019-10-29

This release requires Ruby 2.4 or later.
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.12.0".freeze
VERSION = "1.12.1".freeze
end
end
end

0 comments on commit 83fea20

Please sign in to comment.