Skip to content

Commit 9e7c9d3

Browse files
chore(main): release 0.8.2 (#196)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a71c0c7 commit 9e7c9d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/google-cloud-recommendations-ai/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.8.2](https://github.com/googleapis/python-recommendations-ai/compare/v0.8.1...v0.8.2) (2022-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Allow protobuf 3.19.5 ([#195](https://github.com/googleapis/python-recommendations-ai/issues/195)) ([ed2be6d](https://github.com/googleapis/python-recommendations-ai/commit/ed2be6db8e8f0b2eb741394c6c3ba5b0a7c06c5c))
9+
* **deps:** require google-api-core&gt;=1.33.2 ([ed2be6d](https://github.com/googleapis/python-recommendations-ai/commit/ed2be6db8e8f0b2eb741394c6c3ba5b0a7c06c5c))
10+
311
## [0.8.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.8.0...v0.8.1) (2022-09-30)
412

513

packages/google-cloud-recommendations-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.8.1"
22+
version = "0.8.2"
2323

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

0 commit comments

Comments
 (0)