From ca814b0bb73dc516061f64f87b309cb1c063bcbb Mon Sep 17 00:00:00 2001 From: Sinuhe Tellez Date: Sat, 30 May 2020 13:04:16 -0400 Subject: [PATCH] updating changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2587e9..0319d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.5] - 2020-05-30 +### removed +- usage of filepath package + ## [0.0.4] - 2020-05-15 ### Added - debug flag (idea from @clash04)