Skip to content

Commit

Permalink
chore(main): release bigtable 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 14, 2024
1 parent 30b038d commit d4f0b1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"auth": "0.1.1",
"auth/oauth2adapt": "0.1.0",
"bigquery": "1.59.1",
"bigtable": "1.22.0",
"bigtable": "1.22.1",
"datastore": "1.15.0",
"errorreporting": "0.3.0",
"firestore": "1.15.0",
Expand Down
9 changes: 8 additions & 1 deletion bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.22.0...bigtable/v1.22.1) (2024-03-14)


### Bug Fixes

* **bigtable:** Accept nil RowSet to read all rows ([#9327](https://github.com/googleapis/google-cloud-go/issues/9327)) ([cd36506](https://github.com/googleapis/google-cloud-go/commit/cd36506d377d2d5199402a58360c23ba4ce9a3d4))
* **bigtable:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))

## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.21.0...bigtable/v1.22.0) (2024-03-11)


Expand Down Expand Up @@ -261,4 +269,3 @@

This is the first tag to carve out bigtable as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

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.22.0"
const Version = "1.22.1"

0 comments on commit d4f0b1f

Please sign in to comment.