From 327ff71af0ea44ceb26a7d259fbeed6aff9c7907 Mon Sep 17 00:00:00 2001 From: rvcas Date: Sun, 14 May 2023 21:24:35 -0400 Subject: [PATCH] chore: prepare changelog for release Co-authored-by: Kasey White --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c043c2d..02b8822d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## next - 2023-MM-DD +## v1.0.5-alpha - 2023-05-14 ### Added @@ -16,7 +16,7 @@ - **aiken-lang**: Fix for nested constructors where the type had a single constructor. The fields exposed were not being added to the Air. -## v1.0.4.alpha - 2023-05-09 +## v1.0.4-alpha - 2023-05-09 ### Added @@ -35,7 +35,7 @@ - **aiken-lang**: Refactor how builtins are processed to uplc in code gen -## v1.0.3.alpha - 2023-04-28 +## v1.0.3-alpha - 2023-04-28 ### Added @@ -58,7 +58,7 @@ - **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 +## v1.0.2-alpha - 2023-04-17 ### Fixed