Skip to content

Commit aec7c50

Browse files
chore(main): release google-cloud-bigtable 2.12.3 (#32286)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b792391 commit aec7c50

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
@@ -167,7 +167,7 @@
167167
"google-cloud-bigquery-storage+FILLER": "0.0.0",
168168
"google-cloud-bigquery-storage-v1": "1.6.0",
169169
"google-cloud-bigquery-storage-v1+FILLER": "0.0.0",
170-
"google-cloud-bigtable": "2.12.2",
170+
"google-cloud-bigtable": "2.12.3",
171171
"google-cloud-bigtable+FILLER": "0.0.0",
172172
"google-cloud-bigtable-admin-v2": "1.15.1",
173173
"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.12.3 (2025-12-16)
4+
5+
#### Documentation
6+
7+
* Fixing markdown mistakes in samples README ([#32272](https://github.com/googleapis/google-cloud-ruby/issues/32272))
8+
39
### 2.12.2 (2025-11-04)
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.12.2".freeze
19+
VERSION = "2.12.3".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)