Skip to content

Commit fe875c8

Browse files
chore(main): release 1.9.0 (#320)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 16d3f96 commit fe875c8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/google-cloud-retail/CHANGELOG.md

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

3+
## [1.9.0](https://github.com/googleapis/python-retail/compare/v1.8.1...v1.9.0) (2022-08-23)
4+
5+
6+
### Features
7+
8+
* add local inventories info to the Product resource ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
9+
* release AttributesConfig APIs to v2 version ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
10+
* release CompletionConfig APIs to v2 version ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
11+
* release Control and ServingConfig serivces to v2 version ([#319](https://github.com/googleapis/python-retail/issues/319)) ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
12+
13+
14+
### Documentation
15+
16+
* Improved documentation for Fullfillment and Inventory API in ProductService ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
17+
* minor documentation format and typo fixes ([33d7202](https://github.com/googleapis/python-retail/commit/33d7202221535337b8176477d8dd2758a880be40))
18+
319
## [1.8.1](https://github.com/googleapis/python-retail/compare/v1.8.0...v1.8.1) (2022-08-12)
420

521

packages/google-cloud-retail/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 = "1.8.1"
23+
version = "1.9.0"
2424

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

0 commit comments

Comments
 (0)