From 0493248f601616b2a8dae026b66ad3a60bc52db5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:15:00 +0000 Subject: [PATCH] chore(main): release bigtable 1.35.1 --- .release-please-manifest-individual.json | 2 +- bigtable/CHANGES.md | 7 +++++++ bigtable/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 6379535710ca..59dcddfaa364 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -2,7 +2,7 @@ "auth": "0.14.1", "auth/oauth2adapt": "0.2.7", "bigquery": "1.66.0", - "bigtable": "1.35.0", + "bigtable": "1.35.1", "datastore": "1.20.0", "errorreporting": "0.3.2", "firestore": "1.18.0", diff --git a/bigtable/CHANGES.md b/bigtable/CHANGES.md index 3d7b9735fc87..30a85ae64ecd 100644 --- a/bigtable/CHANGES.md +++ b/bigtable/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.35.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.35.0...bigtable/v1.35.1) (2025-02-03) + + +### Bug Fixes + +* **bigtable:** Allow GC updates on emulated aggregate column family ([#11499](https://github.com/googleapis/google-cloud-go/issues/11499)) ([0682bfa](https://github.com/googleapis/google-cloud-go/commit/0682bfa5563ec81e2cf3fa9138142ebe482fb6fd)) + ## [1.35.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.34.0...bigtable/v1.35.0) (2025-01-22) diff --git a/bigtable/internal/version.go b/bigtable/internal/version.go index b846f144d253..eca9b294aa1a 100644 --- a/bigtable/internal/version.go +++ b/bigtable/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.35.0" +const Version = "1.35.1"