Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 19, 2022
1 parent b60a36f commit 1799c07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-recommendations-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.0](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.1...v0.8.0) (2022-09-16)


### Features

* Add support for REST transport ([#184](https://github.com/googleapis/python-recommendations-ai/issues/184)) ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))


### Bug Fixes

* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))
* **deps:** require protobuf >= 3.20.1 ([db5cec0](https://github.com/googleapis/python-recommendations-ai/commit/db5cec03eb40b6b8b752927f7bcad2b21f2ace73))

## [0.7.1](https://github.com/googleapis/python-recommendations-ai/compare/v0.7.0...v0.7.1) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-recommendations-ai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.7.1"
version = "0.8.0"

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

Expand Down

0 comments on commit 1799c07

Please sign in to comment.