diff --git a/CHANGELOG.md b/CHANGELOG.md index b72fc28e7..d7867db60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # edge-currency-accountbased +## 0.21.0 (2022-12-20) + +- Add Piratechain (ARRR) +- ZEC: Add getBirthdayHeight plugin method +- Revamp checkpoint creation script to query treestate directly from lightwalletd nodes +- Upgrade react-native-zcash to v0.3.2 + ## 0.20.5 (2022-12-15) - TRX: Make sure to check the total native asset cost in makeSpend diff --git a/package.json b/package.json index 2039747af..18f4e44e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-currency-accountbased", - "version": "0.20.5", + "version": "0.21.0", "description": "Edge currency plugin for account based currencies", "homepage": "https://edge.app/", "repository": {