From 432f41931d660ccca08b65f708d5f35ddc5636b8 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Fri, 3 Jun 2022 11:03:12 +0200 Subject: [PATCH] Update changelog for 1.0.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab1969..5984611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ causeinfer tries to follow [semantic versioning](https://semver.org/), a MAJOR.M - MINOR version when we add functionality in a backwards compatible manner - PATCH version when we make backwards compatible bug fixes +# causeinfer 1.0.1 (June 3rd, 2022) + +- Updates source code files with direct references to codes they're based on. + # causeinfer 1.0.0 (December 28th, 2021) - Release switches causeinfer over to [semantic versioning](https://semver.org/) and indicates that it is stable