We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036c6a6 commit 766c716Copy full SHA for 766c716
packages/google-cloud-retail/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.10.1](https://github.com/googleapis/python-retail/compare/v1.10.0...v1.10.1) (2022-09-29)
4
+
5
6
+### Bug Fixes
7
8
+* **deps:** Require protobuf >= 3.20.2 ([#350](https://github.com/googleapis/python-retail/issues/350)) ([3e1cc13](https://github.com/googleapis/python-retail/commit/3e1cc135cabe286a5b3c29e95181e583464dec45))
9
10
## [1.10.0](https://github.com/googleapis/python-retail/compare/v1.9.0...v1.10.0) (2022-09-02)
11
12
packages/google-cloud-retail/setup.py
@@ -20,7 +20,7 @@
20
21
import setuptools # type: ignore
22
23
-version = "1.10.0"
+version = "1.10.1"
24
25
package_root = os.path.abspath(os.path.dirname(__file__))
26
0 commit comments