From 03cadb90cff39e3a9a67f94281d787b652e58631 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 1 Oct 2021 12:30:53 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9e0b0..6f28c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # 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) #### New Features