Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

chore: release 1.4.0 #61

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[1]: https://pypi.org/project/google-cloud-asset/#history

## [1.4.0](https://www.github.com/googleapis/python-asset/compare/v1.3.0...v1.4.0) (2020-08-04)


### Features

* **asset:** Add sample code for two new RPCs. [([#4080](https://www.github.com/googleapis/python-asset/issues/4080))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4080) ([3e935de](https://www.github.com/googleapis/python-asset/commit/3e935dea2db2f8528b5e5ba3f899bd9601037276))
* add sample code for ListAssets v1p5beta1 [([#4251](https://www.github.com/googleapis/python-asset/issues/4251))](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4251) ([187807f](https://www.github.com/googleapis/python-asset/commit/187807f07577f36daa88d5a2605c9eb1bf2918b7)), closes [#4250](https://www.github.com/googleapis/python-asset/issues/4250)


### Bug Fixes

* limit asset types to avoid exceeding quota ([00b43e8](https://www.github.com/googleapis/python-asset/commit/00b43e8af859b85be16a0e59be32ac4844df77c4))

## [1.3.0](https://www.github.com/googleapis/python-asset/compare/v1.2.0...v1.3.0) (2020-06-25)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-asset"
description = "Cloud Asset API API client library"
version = "1.3.0"
version = "1.4.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down