Skip to content

Commit

Permalink
chore(main): release 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 20, 2023
1 parent e5af359 commit 6e5573a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.21.0"
".": "2.22.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-bigtable/#history

## [2.22.0](https://github.com/googleapis/python-bigtable/compare/v2.21.0...v2.22.0) (2023-09-20)


### Features

* Publish CopyBackup protos to external customers ([#855](https://github.com/googleapis/python-bigtable/issues/855)) ([4105df7](https://github.com/googleapis/python-bigtable/commit/4105df762f1318c49bba030063897f0c50e4daee))


### Bug Fixes

* Add feature flag for improved mutate rows throttling ([e5af359](https://github.com/googleapis/python-bigtable/commit/e5af3597f45fc4c094c59abca876374f5a866c1b))
* Require google-cloud-core 1.4.4 ([#866](https://github.com/googleapis/python-bigtable/issues/866)) ([09f8a46](https://github.com/googleapis/python-bigtable/commit/09f8a4667d8b68a9f2048ba1aa57db4f775a2c03))


### Documentation

* Minor formatting ([e5af359](https://github.com/googleapis/python-bigtable/commit/e5af3597f45fc4c094c59abca876374f5a866c1b))

## [2.21.0](https://github.com/googleapis/python-bigtable/compare/v2.20.0...v2.21.0) (2023-08-02)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/bigtable_admin_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/bigtable_v2/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}

0 comments on commit 6e5573a

Please sign in to comment.