Skip to content

Commit

Permalink
chore(main): release google-cloud-spanner 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 19, 2024
1 parent 22806e9 commit 2e8efd0
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"google-cloud-spanner": "2.23.0"
"google-cloud-spanner": "2.23.1"
}
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

### 2.23.1 (2024-08-19)

#### Bug Fixes

* Correct the field mask when adding labels to an instance that had none previously ([#114](https://github.com/googleapis/ruby-spanner/issues/114))

### 2.23.0 (2024-06-27)

#### 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 = "2.23.0".freeze
VERSION = "2.23.1".freeze
end
end
end

0 comments on commit 2e8efd0

Please sign in to comment.