Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 2.1.0 (#61)
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] committed Feb 22, 2021
1 parent b4b9834 commit a0ae315
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@

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

## [2.1.0](https://www.github.com/googleapis/python-recommender/compare/v2.0.0...v2.1.0) (2021-01-29)


### Features

* add support for billingAccounts as another parent resource ([#59](https://www.github.com/googleapis/python-recommender/issues/59)) ([61d2c7b](https://www.github.com/googleapis/python-recommender/commit/61d2c7b0440c79a938cecd5a75822055934d8915))


### Bug Fixes

* remove client side gRPC receive limit ([#56](https://www.github.com/googleapis/python-recommender/issues/56)) ([10043cc](https://www.github.com/googleapis/python-recommender/commit/10043cc32d9c13ab92da62e214a972918336e88d))


### Documentation

* **python:** document adding Python 3.9 support, dropping 3.5 support ([#63](https://www.github.com/googleapis/python-recommender/issues/63)) ([5bb9b2c](https://www.github.com/googleapis/python-recommender/commit/5bb9b2c6b627e58a831be24d038f7b3f6bf55e3b)), closes [#787](https://www.github.com/googleapis/python-recommender/issues/787)

## [2.0.0](https://www.github.com/googleapis/python-recommender/compare/v1.1.1...v2.0.0) (2020-11-19)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-recommender"
description = "Cloud Recommender API client library"
version = "2.0.0"
version = "2.1.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = ["google-api-core[grpc] >= 1.22.0, < 2.0.0dev", "proto-plus >= 1.10.0"]
extras = {"libcst": "libcst >= 0.2.5"}
Expand Down

0 comments on commit a0ae315

Please sign in to comment.