From 42ad45ee41403fb73069433d78ae438be9278ca1 Mon Sep 17 00:00:00 2001 From: microproofs Date: Fri, 28 Apr 2023 17:07:27 -0400 Subject: [PATCH] chore: prepare changelog for release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600fcc61..19bad7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [next] - 2023-MM-DD +## v1.0.3.alpha - 2023-04-28 ### Added @@ -17,6 +17,7 @@ - **aiken-lang**: pattern match on boolean with simple clause bodies - **aiken-lang**: fix for inline_direct_reduce to be applied to pattern match function instead of argument - **aiken-lang**: code gen function dependencies won't be hoisted to the top, instead hoisted at the location depended on. + ## v1.0.2.alpha - 2023-04-17 ### Fixed