Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Mar 19, 2023
1 parent c8a84f6 commit 7f52aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog


## 1.1.0

* Add a method to Cert to load a cert directly with Cert.load((PEM OR DER bytes))
* Add a method to CertificateChain to load a chain from a PEM bytes CertificateChain.load_from_pem()
* Add a root property to CertificateChain

## 1.0.2

* Add support for python 3.11
Expand Down
2 changes: 1 addition & 1 deletion cert_chain_resolver/__init__.py
@@ -1,4 +1,4 @@
import sys

__version__ = "1.0.2"
__version__ = "1.1.0"
__is_py3__ = sys.version_info >= (3, 0)

0 comments on commit 7f52aee

Please sign in to comment.