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

Commit

Permalink
chore: release 1.1.1 (#50)
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 Nov 5, 2020
1 parent 0d2baaf commit 8538b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

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

### [1.1.1](https://www.github.com/googleapis/python-recommender/compare/v1.1.0...v1.1.1) (2020-10-29)


### Bug Fixes

* tweak retry params for 'ListInsights'/'GetInsight'/'MarkInsightAccepted' API calls (via synth) ([#49](https://www.github.com/googleapis/python-recommender/issues/49)) ([0d2baaf](https://www.github.com/googleapis/python-recommender/commit/0d2baaf9e0d05897b4ea380510d3d899638cb45d))

## [1.1.0](https://www.github.com/googleapis/python-recommender/compare/v1.0.0...v1.1.0) (2020-07-13)


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 = "1.1.0"
version = "1.1.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]

Expand Down

0 comments on commit 8538b29

Please sign in to comment.