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

Commit

Permalink
chore(main): release 1.4.0 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jul 6, 2022
1 parent 48691e0 commit 68aef62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/googleapis/python-network-connectivity/compare/v1.3.2...v1.4.0) (2022-07-06)


### Features

* add audience parameter ([48691e0](https://github.com/googleapis/python-network-connectivity/commit/48691e0cd53288d8fbb0c44053deddad78065d34))


### Bug Fixes

* **deps:** require google-api-core >= 2.8.0 ([#185](https://github.com/googleapis/python-network-connectivity/issues/185)) ([48691e0](https://github.com/googleapis/python-network-connectivity/commit/48691e0cd53288d8fbb0c44053deddad78065d34))
* require python 3.7+ ([#187](https://github.com/googleapis/python-network-connectivity/issues/187)) ([b9a58aa](https://github.com/googleapis/python-network-connectivity/commit/b9a58aabfe17cb39f8fd47f3164f5cbd183d0500))

## [1.3.2](https://github.com/googleapis/python-network-connectivity/compare/v1.3.1...v1.3.2) (2022-06-03)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.3.2"
version = "1.4.0"

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

Expand Down

0 comments on commit 68aef62

Please sign in to comment.