diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9d86c..577c1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/googleapis/python-billing/compare/v1.7.1...v1.7.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#215](https://github.com/googleapis/python-billing/issues/215)) ([153eeb3](https://github.com/googleapis/python-billing/commit/153eeb331703975d4037ff655592469ecfcf29f9)) + ## [1.7.1](https://github.com/googleapis/python-billing/compare/v1.7.0...v1.7.1) (2022-08-11) diff --git a/setup.py b/setup.py index 9f15ff8..6d7a7f9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.7.1" +version = "1.7.2" package_root = os.path.abspath(os.path.dirname(__file__))