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 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.0...v1.0.1) (2021-07-16)


### Bug Fixes

* correct response type of DeleteCaPool ([13e54bf](https://www.github.com/googleapis/python-security-private-ca/commit/13e54bf5ad66f85f1e2165b2cf67604af50ccd0c))
* make allow_config_based_issuance bool optional ([#80](https://www.github.com/googleapis/python-security-private-ca/issues/80)) ([13e54bf](https://www.github.com/googleapis/python-security-private-ca/commit/13e54bf5ad66f85f1e2165b2cf67604af50ccd0c))
* make allow_csr_based_issuance bool optional ([13e54bf](https://www.github.com/googleapis/python-security-private-ca/commit/13e54bf5ad66f85f1e2165b2cf67604af50ccd0c))
* make publish_ca_cert bool optional ([13e54bf](https://www.github.com/googleapis/python-security-private-ca/commit/13e54bf5ad66f85f1e2165b2cf67604af50ccd0c))
* make publish_crl bool optional ([13e54bf](https://www.github.com/googleapis/python-security-private-ca/commit/13e54bf5ad66f85f1e2165b2cf67604af50ccd0c))

## [1.0.0](https://www.github.com/googleapis/python-security-private-ca/compare/v0.4.0...v1.0.0) (2021-07-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.0.0"
version = "1.0.1"

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

Expand Down

0 comments on commit 9f717d1

Please sign in to comment.