Skip to content

Commit f541bc6

Browse files
chore(main): release google-cloud-bigtable 2.10.0 (#25311)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 189caf9 commit f541bc6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"google-cloud-bigquery-storage+FILLER": "0.0.0",
134134
"google-cloud-bigquery-storage-v1": "0.27.0",
135135
"google-cloud-bigquery-storage-v1+FILLER": "0.0.0",
136-
"google-cloud-bigtable": "2.9.1",
136+
"google-cloud-bigtable": "2.10.0",
137137
"google-cloud-bigtable+FILLER": "0.0.0",
138138
"google-cloud-bigtable-admin-v2": "0.23.0",
139139
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",

google-cloud-bigtable/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 2.10.0 (2024-03-07)
4+
5+
#### Features
6+
7+
* Update minimum supported Ruby version to 2.7 ([#25298](https://github.com/googleapis/google-cloud-ruby/issues/25298))
8+
39
### 2.9.1 (2024-02-09)
410

511
#### Documentation

google-cloud-bigtable/lib/google/cloud/bigtable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigtable
19-
VERSION = "2.9.1".freeze
19+
VERSION = "2.10.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)