diff --git a/indexer/CHANGELOG.md b/indexer/CHANGELOG.md index d3aaf6a..991b0d7 100644 --- a/indexer/CHANGELOG.md +++ b/indexer/CHANGELOG.md @@ -1,5 +1,11 @@ CHANGELOG --- +0.11.0 +- DESTROY support +- Added basic sanity checks +- Fixed sanity issues related to credit/debits/balances/supply mismatches +- Cleaned up code + 0.10.1 - set MIN_TOKEN_SUPPLY to 0.000000000000000001 - Prevent LOCK_SUPPLY if no supply is issued diff --git a/indexer/includes/config.php b/indexer/includes/config.php index 7bcc77a..6517199 100644 --- a/indexer/includes/config.php +++ b/indexer/includes/config.php @@ -9,8 +9,8 @@ // BTNS Indexer Version define("VERSION_MAJOR", 0); -define("VERSION_MINOR", 10); -define("VERSION_REVISION",1); +define("VERSION_MINOR", 11); +define("VERSION_REVISION",0); define("VERSION_STRING", VERSION_MAJOR . '.' . VERSION_MINOR . '.' . VERSION_REVISION); // TICK constants