From dfb0d11f2d639bdf29c1483e81645d2857477117 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:44:25 +0000 Subject: [PATCH 1/2] chore: release 0.1.3 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55a5a1..e677e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.1.3](https://www.github.com/googleapis/python-network-security/compare/v0.1.2...v0.1.3) (2021-07-29) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#11](https://www.github.com/googleapis/python-network-security/issues/11)) ([4b62e92](https://www.github.com/googleapis/python-network-security/commit/4b62e9208cc879a4f870da39839579a693f4e691)) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#15](https://www.github.com/googleapis/python-network-security/issues/15)) ([1cea5e5](https://www.github.com/googleapis/python-network-security/commit/1cea5e5f2f171d57b9d08eb141270be9c3c9c805)) + + +### Miscellaneous Chores + +* release as 0.1.3 ([#16](https://www.github.com/googleapis/python-network-security/issues/16)) ([7d742bc](https://www.github.com/googleapis/python-network-security/commit/7d742bc40d857c796074442438696f805af38cde)) + ### [0.1.2](https://www.github.com/googleapis/python-network-security/compare/v0.1.1...v0.1.2) (2021-07-21) diff --git a/setup.py b/setup.py index 7dbb076..e374b42 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-network-security" description = "Network Security API client library" -version = "0.1.2" +version = "0.1.3" release_status = "Development Status :: 4 - Beta" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x From 708b3c350d1965b8d283f4091fe8fb2bcab7bbdd Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 Jul 2021 11:45:40 -0400 Subject: [PATCH 2/2] move docs change to correct section in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e677e01..dbacb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ ### [0.1.3](https://www.github.com/googleapis/python-network-security/compare/v0.1.2...v0.1.3) (2021-07-29) -### Features +### Bug Fixes -* add Samples section to CONTRIBUTING.rst ([#11](https://www.github.com/googleapis/python-network-security/issues/11)) ([4b62e92](https://www.github.com/googleapis/python-network-security/commit/4b62e9208cc879a4f870da39839579a693f4e691)) +* enable self signed jwt for grpc ([#15](https://www.github.com/googleapis/python-network-security/issues/15)) ([1cea5e5](https://www.github.com/googleapis/python-network-security/commit/1cea5e5f2f171d57b9d08eb141270be9c3c9c805)) -### Bug Fixes +### Documentation -* enable self signed jwt for grpc ([#15](https://www.github.com/googleapis/python-network-security/issues/15)) ([1cea5e5](https://www.github.com/googleapis/python-network-security/commit/1cea5e5f2f171d57b9d08eb141270be9c3c9c805)) +* add Samples section to CONTRIBUTING.rst ([#11](https://www.github.com/googleapis/python-network-security/issues/11)) ([4b62e92](https://www.github.com/googleapis/python-network-security/commit/4b62e9208cc879a4f870da39839579a693f4e691)) ### Miscellaneous Chores