We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4ca36 commit e27e9c1Copy full SHA for e27e9c1
2 files changed
packages/google-analytics-admin/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.11.1](https://github.com/googleapis/python-analytics-admin/compare/v0.11.0...v0.11.1) (2022-10-03)
4
+
5
6
+### Bug Fixes
7
8
+* **deps:** Require protobuf >= 3.20.2 ([#278](https://github.com/googleapis/python-analytics-admin/issues/278)) ([c464f38](https://github.com/googleapis/python-analytics-admin/commit/c464f3811f361c05e48b44c0ce60139f40d1fe44))
9
10
## [0.11.0](https://github.com/googleapis/python-analytics-admin/compare/v0.10.1...v0.11.0) (2022-09-12)
11
12
packages/google-analytics-admin/setup.py
@@ -20,7 +20,7 @@
20
21
import setuptools # type: ignore
22
23
-version = "0.11.0"
+version = "0.11.1"
24
25
package_root = os.path.abspath(os.path.dirname(__file__))
26
0 commit comments