update changelog

This commit is contained in:
Alex Kelly 2021-10-01 12:30:53 -04:00
parent 840044ab28
commit 03cadb90cf

View file

@ -1,5 +1,24 @@
# Changelog # Changelog
## v0.4.0 (2021-10-01)
#### New Features
* add text output for cert validity in addition to color
#### Refactorings
* align output data rather than heading for output
#### Docs
* update readme with more details
#### Others
* add ci directory for test input data
* correct lint error on file encoding
* add test for file input
Full set of changes: [`v0.3.0...v0.4.0`](https://git.admin.franklin.edu/tins/checkcert/compare/v0.3.0...v0.4.0)
## v0.3.0 (2021-10-01) ## v0.3.0 (2021-10-01)
#### New Features #### New Features