Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Oct 7, 2024
1 parent 18ae60d commit f8c844e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Release History
===============

0.5.0 (2024-10-07)
------------------

- chain.py: Fix bug where only a single child certificate chain for a
root was used.

- Add To Do List.

- guard.py: When API import results in expired certificate error, skip
that certificate. Allows use of an older certificate archive.

- chain.py: Remove unneeded else.

- chain.py: Raise debug level to 3 for revoked and expired logging.

- chain.py: Fix incorrect indent for saving 'Intermediate with no
parent' certificate.

- Add features to allow a custom root store to replace the PAN-OS root
store.

0.4.0 (2024-07-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pan_chainguard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

__version__ = '0.4.0'
__version__ = '0.5.0'
title = 'pan-chainguard'

0 comments on commit f8c844e

Please sign in to comment.