Skip to content

Commit 98b1508

Browse files
chore(main): release 0.11.2 (#284)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent da5e776 commit 98b1508

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-analytics-admin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/googleapis/python-analytics-admin/compare/v0.11.1...v0.11.2) (2022-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Allow protobuf 3.19.5 ([#283](https://github.com/googleapis/python-analytics-admin/issues/283)) ([e686492](https://github.com/googleapis/python-analytics-admin/commit/e6864926c0f2691ed6233858969634fc40c93e5a))
9+
* **deps:** require google-api-core&gt;=1.33.2 ([e686492](https://github.com/googleapis/python-analytics-admin/commit/e6864926c0f2691ed6233858969634fc40c93e5a))
10+
311
## [0.11.1](https://github.com/googleapis/python-analytics-admin/compare/v0.11.0...v0.11.1) (2022-10-03)
412

513

packages/google-analytics-admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.11.1"
23+
version = "0.11.2"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

0 commit comments

Comments
 (0)