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

Commit

Permalink
chore: release 0.5.0 (#58)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.5.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.4.0...v0.5.0) (2021-07-28)


### Features

* add v1 ([#62](https://www.github.com/googleapis/python-network-connectivity/issues/62)) ([27d7fa0](https://www.github.com/googleapis/python-network-connectivity/commit/27d7fa0892bfea2c35b3c336c1dc054a8c0925d9))
* bump release level from alpha to beta ([27d7fa0](https://www.github.com/googleapis/python-network-connectivity/commit/27d7fa0892bfea2c35b3c336c1dc054a8c0925d9))


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#55](https://www.github.com/googleapis/python-network-connectivity/issues/55)) ([efcacf5](https://www.github.com/googleapis/python-network-connectivity/commit/efcacf507d9e03d0357326e581a72447891aa84d))
* enable self signed jwt for grpc ([#60](https://www.github.com/googleapis/python-network-connectivity/issues/60)) ([1d0ad6c](https://www.github.com/googleapis/python-network-connectivity/commit/1d0ad6ccd9539e8411bab9343dd982ce09ad48b5))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#56](https://www.github.com/googleapis/python-network-connectivity/issues/56)) ([cf009ca](https://www.github.com/googleapis/python-network-connectivity/commit/cf009ca34d1bc2dce0deaa59eef7dc8b9a65a3e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 28, 2021
1 parent 27d7fa0 commit 4142a02
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## [0.5.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.4.0...v0.5.0) (2021-07-28)


### Features

* add v1 ([#62](https://www.github.com/googleapis/python-network-connectivity/issues/62)) ([27d7fa0](https://www.github.com/googleapis/python-network-connectivity/commit/27d7fa0892bfea2c35b3c336c1dc054a8c0925d9))
* bump release level from alpha to beta ([27d7fa0](https://www.github.com/googleapis/python-network-connectivity/commit/27d7fa0892bfea2c35b3c336c1dc054a8c0925d9))


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#55](https://www.github.com/googleapis/python-network-connectivity/issues/55)) ([efcacf5](https://www.github.com/googleapis/python-network-connectivity/commit/efcacf507d9e03d0357326e581a72447891aa84d))
* enable self signed jwt for grpc ([#60](https://www.github.com/googleapis/python-network-connectivity/issues/60)) ([1d0ad6c](https://www.github.com/googleapis/python-network-connectivity/commit/1d0ad6ccd9539e8411bab9343dd982ce09ad48b5))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#56](https://www.github.com/googleapis/python-network-connectivity/issues/56)) ([cf009ca](https://www.github.com/googleapis/python-network-connectivity/commit/cf009ca34d1bc2dce0deaa59eef7dc8b9a65a3e4))


## [0.4.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.3.0...v0.4.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.4.0"
version = "0.5.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 4142a02

Please sign in to comment.