chore: prepare changelog for release

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
This commit is contained in:
rvcas 2023-05-14 21:24:35 -04:00
parent f448cd111c
commit 327ff71af0
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## next - 2023-MM-DD ## v1.0.5-alpha - 2023-05-14
### Added ### Added
@ -16,7 +16,7 @@
- **aiken-lang**: Fix for nested constructors where the type had a single - **aiken-lang**: Fix for nested constructors where the type had a single
constructor. The fields exposed were not being added to the Air. 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 ### Added
@ -35,7 +35,7 @@
- **aiken-lang**: Refactor how builtins are processed to uplc in code gen - **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 ### Added
@ -58,7 +58,7 @@
- **aiken-lang**: code gen function dependencies won't be hoisted to the top, - **aiken-lang**: code gen function dependencies won't be hoisted to the top,
instead hoisted at the location depended on. instead hoisted at the location depended on.
## v1.0.2.alpha - 2023-04-17 ## v1.0.2-alpha - 2023-04-17
### Fixed ### Fixed