Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-spanner 2.19.1 #80

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
"google-cloud-spanner": "2.19.0"
"google-cloud-spanner": "2.19.1"
}
6 changes: 6 additions & 0 deletions google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History

### 2.19.1 (2024-01-24)

#### Bug Fixes

* Bump up minimum version of google-cloud-spanner-v1 to 0.19.0 ([#79](https://github.com/googleapis/ruby-spanner/issues/79))

### 2.19.0 (2024-01-08)

#### Features
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.19.0".freeze
VERSION = "2.19.1".freeze
end
end
end