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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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)


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


### Documentation

* 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

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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 399d5c4

Please sign in to comment.