diff --git a/CHANGELOG.md b/CHANGELOG.md index 9489ee26..a0223ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-retail/compare/v1.0.0...v1.0.1) (2021-09-24) + + +### Bug Fixes + +* add 'dict' annotation type to 'request' ([bee28be](https://www.github.com/googleapis/python-retail/commit/bee28be042f00bc030a789959cb2043b927a6a50)) + ## [1.0.0](https://www.github.com/googleapis/python-retail/compare/v0.4.2...v1.0.0) (2021-08-25) diff --git a/setup.py b/setup.py index 05fe4938..a7ac9d71 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))