Skip to content

Commit

Permalink
chore(main): release bigtable 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 20, 2024
1 parent e91d45e commit e2d901d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"auth": "0.9.4",
"auth/oauth2adapt": "0.2.4",
"bigquery": "1.63.0",
"bigtable": "1.32.0",
"bigtable": "1.33.0",
"datastore": "1.19.0",
"errorreporting": "0.3.1",
"firestore": "1.17.0",
Expand Down
7 changes: 7 additions & 0 deletions bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.32.0...bigtable/v1.33.0) (2024-09-20)


### Features

* **bigtable/admin:** Add support for Cloud Bigtable Row Affinity in App Profiles ([b9dfce5](https://github.com/googleapis/google-cloud-go/commit/b9dfce5e509d0c795e89c66b7f6a6bb356e3a172))

## [1.32.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.31.0...bigtable/v1.32.0) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion bigtable/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.32.0"
const Version = "1.33.0"

0 comments on commit e2d901d

Please sign in to comment.