diff --git a/CHANGELOG.md b/CHANGELOG.md index c903dc6..3a8f017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). +## Unreleased (Candidate for 1.0.0) -## Unreleased (Candidate for 0.2.0) +## 0.2.0 -- 2022-08-13 ### Added @@ -11,6 +12,14 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ### Modified +- Bump plutarch to 1.2 and use `liqwid-nix` for flake derivation. + + Included by [#150](https://github.com/Liqwid-Labs/agora/pull/150). + +- Script building uses the lazy record `AgoraScripts` instead of explicit per-component parameters. + + Included by [#150](https://github.com/Liqwid-Labs/agora/pull/150). + - Stake delegation. Included by [#149](https://github.com/Liqwid-Labs/agora/pull/149).