Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit b9f6b54

Browse files
chore(main): release 0.9.2 (#167)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d1db2c2 commit b9f6b54

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.1"
2+
".": "0.9.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/googleapis/python-network-security/compare/v0.9.1...v0.9.2) (2023-03-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Add service_yaml_parameters to `networksecurity_py_gapic` ([#166](https://github.com/googleapis/python-network-security/issues/166)) ([dce340d](https://github.com/googleapis/python-network-security/commit/dce340d509952d9347266d6f1acda823812d94de))
9+
10+
11+
### Documentation
12+
13+
* Fix formatting of request arg in docstring ([#170](https://github.com/googleapis/python-network-security/issues/170)) ([d1db2c2](https://github.com/googleapis/python-network-security/commit/d1db2c24b4121fa746cbaaff7b535abedb2c47fb))
14+
315
## [0.9.1](https://github.com/googleapis/python-network-security/compare/v0.9.0...v0.9.1) (2023-01-20)
416

517

google/cloud/network_security/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.9.1" # {x-release-please-version}
16+
__version__ = "0.9.2" # {x-release-please-version}

google/cloud/network_security_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.9.1" # {x-release-please-version}
16+
__version__ = "0.9.2" # {x-release-please-version}

google/cloud/network_security_v1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.9.1" # {x-release-please-version}
16+
__version__ = "0.9.2" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.networksecurity.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-security",
11-
"version": "0.1.0"
11+
"version": "0.9.2"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.networksecurity.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-security",
11-
"version": "0.1.0"
11+
"version": "0.9.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)