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 0.5.0 (#109)
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 13, 2022
1 parent a700dc2 commit 73be583
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

## [0.5.0](https://github.com/googleapis/python-network-security/compare/v0.4.2...v0.5.0) (2022-07-13)


### Features

* add audience parameter ([5e99e7e](https://github.com/googleapis/python-network-security/commit/5e99e7ed2ed3ac60009d237ab8131ed6ca0725a9))


### Bug Fixes

* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#110](https://github.com/googleapis/python-network-security/issues/110)) ([a700dc2](https://github.com/googleapis/python-network-security/commit/a700dc2c70e91e92540d819e412a91b1253e2f40))
* require python 3.7+ ([#108](https://github.com/googleapis/python-network-security/issues/108)) ([dea6632](https://github.com/googleapis/python-network-security/commit/dea6632f8b376ec619260f2207d996f1994d46e5))

## [0.4.2](https://github.com/googleapis/python-network-security/compare/v0.4.1...v0.4.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 @@ -21,7 +21,7 @@

name = "google-cloud-network-security"
description = "Network Security API client library"
version = "0.4.2"
version = "0.5.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit 73be583

Please sign in to comment.