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.6.1 (#116)
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 Aug 15, 2022
1 parent 72af530 commit f937086
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.1](https://github.com/googleapis/python-network-security/compare/v0.6.0...v0.6.1) (2022-08-15)


### 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)


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.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.*",
Expand Down

0 comments on commit f937086

Please sign in to comment.