diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6ea3f..4c6f5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/googleapis/python-network-security/compare/v0.6.1...v0.7.0) (2022-09-16) + + +### Features + +* Add support for REST transport ([#136](https://github.com/googleapis/python-network-security/issues/136)) ([e17eff4](https://github.com/googleapis/python-network-security/commit/e17eff464aeb9504ed1f493eebd23f11df6655c4)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([e17eff4](https://github.com/googleapis/python-network-security/commit/e17eff464aeb9504ed1f493eebd23f11df6655c4)) +* **deps:** require protobuf >= 3.20.1 ([e17eff4](https://github.com/googleapis/python-network-security/commit/e17eff464aeb9504ed1f493eebd23f11df6655c4)) + ## [0.6.1](https://github.com/googleapis/python-network-security/compare/v0.6.0...v0.6.1) (2022-08-15) diff --git a/setup.py b/setup.py index 34fd32e..83522bb 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.1" +version = "0.7.0" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.33.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",