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-bigtable 2.10.2 #25824

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
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"google-cloud-bigquery-storage+FILLER": "0.0.0",
"google-cloud-bigquery-storage-v1": "0.27.0",
"google-cloud-bigquery-storage-v1+FILLER": "0.0.0",
"google-cloud-bigtable": "2.10.1",
"google-cloud-bigtable": "2.10.2",
"google-cloud-bigtable+FILLER": "0.0.0",
"google-cloud-bigtable-admin-v2": "0.26.0",
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-bigtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 2.10.2 (2024-04-30)

#### Bug Fixes

* Fixes for leaving predicate unset in check_and_mutate_row
* Fixes for using a preconfigured GRPC channel as credentials

### 2.10.1 (2024-03-19)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/lib/google/cloud/bigtable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigtable
VERSION = "2.10.1".freeze
VERSION = "2.10.2".freeze
end
end
end