Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#132)
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 Jul 12, 2022
1 parent 137346e commit 1d28ac3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-cloud-private-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/googleapis/python-private-catalog/compare/v0.5.2...v0.6.0) (2022-07-07)


### Features

* add audience parameter ([b37c874](https://github.com/googleapis/python-private-catalog/commit/b37c874fb54c9b8acdd2b7f94d64b0c8b8793610))


### Bug Fixes

* **deps:** require google-api-core >= 2.8.0 ([#129](https://github.com/googleapis/python-private-catalog/issues/129)) ([b37c874](https://github.com/googleapis/python-private-catalog/commit/b37c874fb54c9b8acdd2b7f94d64b0c8b8793610))
* require python 3.7+ ([#131](https://github.com/googleapis/python-private-catalog/issues/131)) ([1d3fb49](https://github.com/googleapis/python-private-catalog/commit/1d3fb499db542429bd97f06d887be527df45ae88))

## [0.5.2](https://github.com/googleapis/python-private-catalog/compare/v0.5.1...v0.5.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-private-catalog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

name = "google-cloud-private-catalog"
description = "Private Catalog API client library"
version = "0.5.2"
version = "0.6.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
Expand Down

0 comments on commit 1d28ac3

Please sign in to comment.