From d936938ca0ab81022da69242d6083434fc14a6e2 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:40:58 -0400 Subject: [PATCH] update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d581c98..cd9a168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.1.4 + * Another Internal release + * updated `WorkoutSummary` interface. Each field is now a future + * resolve some formatting and imports issues to hopefully get closer to CI tests passing + * small tweaks to clarify documentation + ## v0.1.3 * Another Internal release * deprecate older hardcoded workout setup functions in favor of the new general one