From 68dd8a8af9b605398c1fd4730a559160a5fa7bc1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:29:58 +0000 Subject: [PATCH] chore(main): release 0.8.2 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51972cd..4e50c8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.8.2](https://github.com/googleapis/python-analytics-admin/compare/v0.8.1...v0.8.2) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#227](https://github.com/googleapis/python-analytics-admin/issues/227)) ([2dc98b3](https://github.com/googleapis/python-analytics-admin/commit/2dc98b354cefb6eeafe2a8065b3d85e60c0c7824)) + + +### Documentation + +* fix changelog header to consistent size ([#228](https://github.com/googleapis/python-analytics-admin/issues/228)) ([2385b9b](https://github.com/googleapis/python-analytics-admin/commit/2385b9b9b96abac09b9adebd6d462d8a95afe356)) + ## [0.8.1](https://github.com/googleapis/python-analytics-admin/compare/v0.8.0...v0.8.1) (2022-05-13) diff --git a/setup.py b/setup.py index 9b3a1803..e33fce76 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "0.8.1" +version = "0.8.2" package_root = os.path.abspath(os.path.dirname(__file__))