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.2.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2021
1 parent 506e379 commit a95244f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@

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

## [2.2.0](https://www.github.com/googleapis/python-recommender/compare/v2.1.0...v2.2.0) (2021-05-28)


### Features

* add `from_service_account_info` ([94a006e](https://www.github.com/googleapis/python-recommender/commit/94a006ea95f692e431cda4cea9e5042f494c0704))


### Bug Fixes

* **deps:** add packaging requirement ([#91](https://www.github.com/googleapis/python-recommender/issues/91)) ([bf202ab](https://www.github.com/googleapis/python-recommender/commit/bf202ab5656cbd7dfdff6847310d4321c48735d4))
* fix retry deadlines ([#74](https://www.github.com/googleapis/python-recommender/issues/74)) ([94a006e](https://www.github.com/googleapis/python-recommender/commit/94a006ea95f692e431cda4cea9e5042f494c0704))

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


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.1.0"
version = "2.2.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
Expand Down

0 comments on commit a95244f

Please sign in to comment.