diff --git a/CHANGELOG.md b/CHANGELOG.md index d329d29..69829b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/googleapis/python-channel/compare/v1.9.3...v1.10.0) (2022-10-18) + + +### Features + +* Add CloudChannelReportsService to CloudChannel API ([#209](https://github.com/googleapis/python-channel/issues/209)) ([347ed65](https://github.com/googleapis/python-channel/commit/347ed657f5f83bc9b83fa14a0bc8a3fabfcd22b3)) + ## [1.9.3](https://github.com/googleapis/python-channel/compare/v1.9.2...v1.9.3) (2022-10-07) diff --git a/setup.py b/setup.py index b8ad517..8379574 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.9.3" +version = "1.10.0" package_root = os.path.abspath(os.path.dirname(__file__))