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
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 23, 2021
1 parent ec61b59 commit c9017a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* 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))


### 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))

## [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 c9017a2

Please sign in to comment.