Skip to content

Commit

Permalink
chore(main): release google-cloud-spanner 2.19.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 24, 2024
1 parent ba27420 commit 150814b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit 150814b

Please sign in to comment.