Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Jan 3, 2021
1 parent baeec19 commit 3edd5dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog

## 1.0.0
## 1.0.1

* Bugfix: Support windows newlines in PEM files
* Added python version classifiers to setup.py

## 1.0.0 (deleted)

The project has been refractored and here is the first major release!

Expand Down
2 changes: 1 addition & 1 deletion cert_chain_resolver/__init__.py
@@ -1,4 +1,4 @@
import sys

__version__ = "1.0.0"
__version__ = "1.0.1"
__is_py3__ = sys.version_info >= (3, 0)

0 comments on commit 3edd5dc

Please sign in to comment.