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 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

### [0.2.1](https://www.github.com/googleapis/python-vpc-access/compare/v0.2.0...v0.2.1) (2021-07-26)


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#20](https://www.github.com/googleapis/python-vpc-access/issues/20)) ([46a4eaf](https://www.github.com/googleapis/python-vpc-access/commit/46a4eaf7814d69edb7b5ecb1767805088e3e82f9))
* enable self signed jwt for grpc ([#26](https://www.github.com/googleapis/python-vpc-access/issues/26)) ([aca8358](https://www.github.com/googleapis/python-vpc-access/commit/aca8358bf75e76a49508688507aba3d73ec8d95c))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#21](https://www.github.com/googleapis/python-vpc-access/issues/21)) ([d1fc404](https://www.github.com/googleapis/python-vpc-access/commit/d1fc404fd34d69b70c925bf3af2a022c116a5a11))


### Miscellaneous Chores

* release 0.2.1 ([#25](https://www.github.com/googleapis/python-vpc-access/issues/25)) ([8ded00a](https://www.github.com/googleapis/python-vpc-access/commit/8ded00a39a9f151376e1060b617805222aef78c9))

## [0.2.0](https://www.github.com/googleapis/python-vpc-access/compare/v0.1.0...v0.2.0) (2021-07-14)


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

name = "google-cloud-vpc-access"
description = "Virtual Private Cloud API client library"
version = "0.2.0"
version = "0.2.1"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-vpc-access"
dependencies = [
Expand Down

0 comments on commit f195f1e

Please sign in to comment.