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.3.2 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 28, 2021
1 parent 6e177d4 commit 82eae91
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.3.2](https://www.github.com/googleapis/python-recommender/compare/v2.3.1...v2.3.2) (2021-07-28)


### Bug Fixes

* enable self signed jwt for grpc ([#114](https://www.github.com/googleapis/python-recommender/issues/114)) ([63d3fc9](https://www.github.com/googleapis/python-recommender/commit/63d3fc92cebeb8148b35cacaac4bfea096242f2f))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#110](https://www.github.com/googleapis/python-recommender/issues/110)) ([23a901b](https://www.github.com/googleapis/python-recommender/commit/23a901b992697c0e4ccdfb42573bc34d7244c31e))


### Miscellaneous Chores

* release as 2.3.2 ([#115](https://www.github.com/googleapis/python-recommender/issues/115)) ([6e177d4](https://www.github.com/googleapis/python-recommender/commit/6e177d4790a2074d035516ada6b27c66315aa44c))

### [2.3.1](https://www.github.com/googleapis/python-recommender/compare/v2.3.0...v2.3.1) (2021-07-20)


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.3.1"
version = "2.3.2"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 82eae91

Please sign in to comment.