Skip to content

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-private-ca/CHANGELOG.md

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

3+
### [1.0.3](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.2...v1.0.3) (2021-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* enable self signed jwt for grpc ([#91](https://www.github.com/googleapis/python-security-private-ca/issues/91)) ([674dd85](https://www.github.com/googleapis/python-security-private-ca/commit/674dd8595b9165fec92097d5bb168357ac7ab1ee))
9+
10+
11+
### Documentation
12+
13+
* add Samples section to CONTRIBUTING.rst ([#84](https://www.github.com/googleapis/python-security-private-ca/issues/84)) ([305dc83](https://www.github.com/googleapis/python-security-private-ca/commit/305dc83eec5215fd84a63e5786d8c93b03c468b8))
14+
* **samples:** private CA python samples ([d753667](https://www.github.com/googleapis/python-security-private-ca/commit/d753667bc3a193931893260cec33d0c68ab621d5))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release as 1.0.3 ([#92](https://www.github.com/googleapis/python-security-private-ca/issues/92)) ([6026929](https://www.github.com/googleapis/python-security-private-ca/commit/6026929efe36ecec40afbc442f09df609b7c42a8))
20+
321
### [1.0.2](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.1...v1.0.2) (2021-07-20)
422

523

packages/google-cloud-private-ca/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.0.2"
22+
version = "1.0.3"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)