From e689fcc48b06540709b324abada0899c5bc498d5 Mon Sep 17 00:00:00 2001 From: Shin Neng <48303181+shinneng@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:54:57 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b165b99..30669a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.0.8 +### Updates +[ADD] function to get encrypted private key with password +[ADD] route to get blockchain config +[UPDATE] max fee +[ADD] function to sign partial txn with txn hash +[UPDATE] dependencies +[ADD] function to create txn from payload + ## 0.0.7+9 ### Bug Fixes [FIXED] transaction query param typo.