Skip to content

Commit 3e32525

Browse files
chore(main): release 0.8.1 (#193)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 346287e commit 3e32525

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/google-cloud-recommendations-ai/CHANGELOG.md

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

3+
## [0.8.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.8.0...v0.8.1) (2022-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Require protobuf >= 3.20.2 ([#191](https://github.com/googleapis/python-recommendations-ai/issues/191)) ([73c3918](https://github.com/googleapis/python-recommendations-ai/commit/73c39183fcfa0ac29a1e4d90badf881d89600539))
9+
310
## [0.8.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.1...v0.8.0) (2022-09-16)
411

512

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.0"
22+
version = "0.8.1"
2323

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

0 commit comments

Comments
 (0)