diff --git a/Bigtable/VERSION b/Bigtable/VERSION
index 96cd6ee1e7a2..c78d39b8ed1d 100644
--- a/Bigtable/VERSION
+++ b/Bigtable/VERSION
@@ -1 +1 @@
-1.32.1
+1.32.2
diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php
index 6bed993755e8..636bb10bf325 100644
--- a/Bigtable/src/BigtableClient.php
+++ b/Bigtable/src/BigtableClient.php
@@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;
- const VERSION = '1.32.1';
+ const VERSION = '1.32.2';
/**
* @var GapicClient
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72ad28224ba1..f066c0140c02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.247.1
+
+google/cloud-bigtable 1.32.2
+
+
+
+
+
## 0.247.0
google/cloud-access-approval 1.2.5
diff --git a/composer.json b/composer.json
index 456d3d7b471e..d0a350387968 100644
--- a/composer.json
+++ b/composer.json
@@ -106,7 +106,7 @@
"google/cloud-bigquery-reservation": "1.3.5",
"google/cloud-bigquery-storage": "1.10.4",
"google/cloud-bigquerydatatransfer": "1.8.5",
- "google/cloud-bigtable": "1.32.1",
+ "google/cloud-bigtable": "1.32.2",
"google/cloud-billing": "1.9.7",
"google/cloud-billing-budgets": "1.4.5",
"google/cloud-binary-authorization": "0.8.7",