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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

### [0.2.2](https://www.github.com/googleapis/python-private-catalog/compare/v0.2.1...v0.2.2) (2021-07-29)


### Bug Fixes

* enable self signed jwt for grpc ([#26](https://www.github.com/googleapis/python-private-catalog/issues/26)) ([0ca6f17](https://www.github.com/googleapis/python-private-catalog/commit/0ca6f17bb49a51e8c368224a7c5bb56e3215e429))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#22](https://www.github.com/googleapis/python-private-catalog/issues/22)) ([22243a0](https://www.github.com/googleapis/python-private-catalog/commit/22243a051100f79375772de0f383cdb79d0b906e))


### Miscellaneous Chores

* release as 0.2.2 ([#27](https://www.github.com/googleapis/python-private-catalog/issues/27)) ([3685d39](https://www.github.com/googleapis/python-private-catalog/commit/3685d391170f9f10958a024fa7d86de6b7104492))

### [0.2.1](https://www.github.com/googleapis/python-private-catalog/compare/v0.2.0...v0.2.1) (2021-07-21)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

name = "google-cloud-private-catalog"
description = "Private Catalog API client library"
version = "0.2.1"
version = "0.2.2"
release_status = "Development Status :: 4 - Beta"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit c1bb29a

Please sign in to comment.