We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f012c commit 87be063Copy full SHA for 87be063
2 files changed
packages/google-cloud-service-directory/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.4.1](https://www.github.com/googleapis/python-service-directory/compare/v0.4.0...v0.4.1) (2021-02-11)
4
+
5
6
+### Bug Fixes
7
8
+* remove gRPC send/recv limits ([#39](https://www.github.com/googleapis/python-service-directory/issues/39)) ([07908c0](https://www.github.com/googleapis/python-service-directory/commit/07908c009307485955886fc042c1c2b18b43adbd))
9
10
## [0.4.0](https://www.github.com/googleapis/python-service-directory/compare/v0.3.0...v0.4.0) (2020-12-03)
11
12
packages/google-cloud-service-directory/setup.py
@@ -19,7 +19,7 @@
19
import os
20
import setuptools # type: ignore
21
22
-version = "0.4.0"
+version = "0.4.1"
23
24
package_root = os.path.abspath(os.path.dirname(__file__))
25
0 commit comments