Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#25)
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] authored Aug 16, 2022
1 parent e32147f commit 60a07ad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/google-cloud-network-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/googleapis/python-network-services/compare/v0.1.1...v0.2.0) (2022-08-11)


### Features

* add audience parameter ([42ab6e0](https://github.com/googleapis/python-network-services/commit/42ab6e04f356f1b65a805944ef07a780b95a02a9))
* Add Service Directory Service API ([42ab6e0](https://github.com/googleapis/python-network-services/commit/42ab6e04f356f1b65a805944ef07a780b95a02a9))
* Add traffic director API ([#22](https://github.com/googleapis/python-network-services/issues/22)) ([42ab6e0](https://github.com/googleapis/python-network-services/commit/42ab6e04f356f1b65a805944ef07a780b95a02a9))


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#31](https://github.com/googleapis/python-network-services/issues/31)) ([2ec0e05](https://github.com/googleapis/python-network-services/commit/2ec0e054b18243b7b157e0a59ac5acfe6864ae3c))
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([42ab6e0](https://github.com/googleapis/python-network-services/commit/42ab6e04f356f1b65a805944ef07a780b95a02a9))
* **deps:** require grpc-google-iam-v1 >=0.12.4 ([42ab6e0](https://github.com/googleapis/python-network-services/commit/42ab6e04f356f1b65a805944ef07a780b95a02a9))
* **deps:** require proto-plus >= 1.22.0 ([2ec0e05](https://github.com/googleapis/python-network-services/commit/2ec0e054b18243b7b157e0a59ac5acfe6864ae3c))
* require python 3.7+ ([#24](https://github.com/googleapis/python-network-services/issues/24)) ([86b9b43](https://github.com/googleapis/python-network-services/commit/86b9b43f15fbe341c6f9eddfa7a520185c2d2668))

## [0.1.1](https://github.com/googleapis/python-network-services/compare/v0.1.0...v0.1.1) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-network-services/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-network-services"
description = "Network Services API client library"
version = "0.1.1"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-network-services"
dependencies = [
Expand Down

0 comments on commit 60a07ad

Please sign in to comment.