From 760c3c1a4dabf4d205197df1df476194c0e780c9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:16:54 +0000 Subject: [PATCH] chore(main): release 0.6.1 --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9ccbf..34669a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.1](https://github.com/googleapis/python-network-security/compare/v0.6.0...v0.6.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#121](https://github.com/googleapis/python-network-security/issues/121)) ([1558980](https://github.com/googleapis/python-network-security/commit/1558980e378f1bb6c4eef3b697c105b76c3f35ac)) +* **deps:** require proto-plus >= 1.22.0 ([1558980](https://github.com/googleapis/python-network-security/commit/1558980e378f1bb6c4eef3b697c105b76c3f35ac)) +* fix annotation of parent in Create*Request ([f53ca2d](https://github.com/googleapis/python-network-security/commit/f53ca2d453468f81eb8adf96e58125e7629ca634)) + + +### Documentation + +* update the comments of various networksecurity resources ([#115](https://github.com/googleapis/python-network-security/issues/115)) ([f53ca2d](https://github.com/googleapis/python-network-security/commit/f53ca2d453468f81eb8adf96e58125e7629ca634)) + ## [0.6.0](https://github.com/googleapis/python-network-security/compare/v0.5.0...v0.6.0) (2022-07-16) diff --git a/setup.py b/setup.py index 2b9a122..879715d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-network-security" description = "Network Security API client library" -version = "0.6.0" +version = "0.6.1" 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.*",