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.4.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.3.0...v0.4.0) (2021-07-01)


### Features

* add always_use_jwt_access ([#48](https://www.github.com/googleapis/python-network-connectivity/issues/48)) ([dec3204](https://www.github.com/googleapis/python-network-connectivity/commit/dec3204223da36ff8c01ea2266c086ff459bce4d))


### Bug Fixes

* disable always_use_jwt_access ([#52](https://www.github.com/googleapis/python-network-connectivity/issues/52)) ([9c1ad1a](https://www.github.com/googleapis/python-network-connectivity/commit/9c1ad1aff188e97d4fdeaee812b670ba2f34df65))


### Documentation

* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-network-connectivity/issues/1127)) ([#44](https://www.github.com/googleapis/python-network-connectivity/issues/44)) ([39475e1](https://www.github.com/googleapis/python-network-connectivity/commit/39475e101d8baaa235f20d7a52efc176f5e7de9e)), closes [#1126](https://www.github.com/googleapis/python-network-connectivity/issues/1126)

## [0.3.0](https://www.github.com/googleapis/python-network-connectivity/compare/v0.2.0...v0.3.0) (2021-06-16)


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

version = "0.3.0"
version = "0.4.0"

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

Expand Down

0 comments on commit 16b0dec

Please sign in to comment.