diff --git a/packages/google-area120-tables/CHANGELOG.md b/packages/google-area120-tables/CHANGELOG.md index 8f0cfad0f84e..89ba45156567 100644 --- a/packages/google-area120-tables/CHANGELOG.md +++ b/packages/google-area120-tables/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.2](https://github.com/googleapis/python-area120-tables/compare/v0.8.1...v0.8.2) (2022-10-10) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#201](https://github.com/googleapis/python-area120-tables/issues/201)) ([9bf9172](https://github.com/googleapis/python-area120-tables/commit/9bf91729e41f11b3e2979690f768e708a8ee936a)) +* **deps:** require google-api-core>=1.33.2 ([9bf9172](https://github.com/googleapis/python-area120-tables/commit/9bf91729e41f11b3e2979690f768e708a8ee936a)) + ## [0.8.1](https://github.com/googleapis/python-area120-tables/compare/v0.8.0...v0.8.1) (2022-10-03) diff --git a/packages/google-area120-tables/setup.py b/packages/google-area120-tables/setup.py index 31ae4266568c..8723660de78b 100644 --- a/packages/google-area120-tables/setup.py +++ b/packages/google-area120-tables/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "0.8.1" +version = "0.8.2" package_root = os.path.abspath(os.path.dirname(__file__))