Skip to content

Commit

Permalink
version bump to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed May 22, 2024
1 parent 4da941b commit 55aa08c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CHANGELOG
---
0.14.0
- `DIVIDEND` support
- `SWEEP` support
- `CALLBACK` support (disabled for now)
- fixed issue with `getTokenInfo()` setting `DECIMALS` incorrectly
- Added support for `MEMO` in `MINT` action
- Cleanup transaction fees code
- Updated `SEND` to consolidate sends by DESTINATION and TICK

0.13.0
- Added support for `--compare=DB`
- start using `—block=#` instead of `—reparse=#`
Expand Down
2 changes: 1 addition & 1 deletion indexer/includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// BTNS Indexer Version
define("VERSION_MAJOR", 0);
define("VERSION_MINOR", 13);
define("VERSION_MINOR", 14);
define("VERSION_REVISION",0);
define("VERSION_STRING", VERSION_MAJOR . '.' . VERSION_MINOR . '.' . VERSION_REVISION);

Expand Down

0 comments on commit 55aa08c

Please sign in to comment.