Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#140)
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 Aug 15, 2022
1 parent 291862a commit 39b98b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-private-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.2](https://github.com/googleapis/python-private-catalog/compare/v0.6.1...v0.6.2) (2022-08-11)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#139](https://github.com/googleapis/python-private-catalog/issues/139)) ([b1db819](https://github.com/googleapis/python-private-catalog/commit/b1db81954c4bb7da17ed74808d3cb8439adc7a04))
* **deps:** require proto-plus >= 1.22.0 ([b1db819](https://github.com/googleapis/python-private-catalog/commit/b1db81954c4bb7da17ed74808d3cb8439adc7a04))

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


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.6.1"
version = "0.6.2"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 39b98b6

Please sign in to comment.