Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit fcabc23

Browse files
chore(main): release 0.8.2 (#229)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 895f5eb commit fcabc23

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.8.2](https://github.com/googleapis/python-analytics-admin/compare/v0.8.1...v0.8.2) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
315
## [0.8.1](https://github.com/googleapis/python-analytics-admin/compare/v0.8.0...v0.8.1) (2022-05-13)
416

517

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.8.1"
23+
version = "0.8.2"
2424

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

0 commit comments

Comments
 (0)