Skip to content

Commit

Permalink
chore(main): release google-cloud-spanner 2.19.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 8, 2024
1 parent 63bedd4 commit 93fb683
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
"google-cloud-spanner": "2.18.1"
"google-cloud-spanner": "2.19.0"
}
9 changes: 9 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release History

### 2.19.0 (2024-01-08)

#### Features

* Support directed read options ([#75](https://github.com/googleapis/ruby-spanner/issues/75))
#### Bug Fixes

* add empty string validation for emulator host ([#73](https://github.com/googleapis/ruby-spanner/issues/73))

### 2.18.1 (2023-09-19)

#### Bug Fixes
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 = "2.18.1".freeze
VERSION = "2.19.0".freeze
end
end
end

0 comments on commit 93fb683

Please sign in to comment.