diff --git a/HISTORY.md b/HISTORY.md index 1bcf526..4425a0d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # ripple-binary-codec Release History +## 1.1.1 (2021-02-12) +- PathSet.toJSON() does not return undefined values +- Add support for X-Addresses in Issued Currency Amounts +- Fix STArray error message + ## 1.1.0 (2020-12-03) - Add support for Tickets (TicketBatch amendment) - Fix web browser compatibility diff --git a/package.json b/package.json index 118ce4f..d440c70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "1.1.0", + "version": "1.1.1", "description": "XRP Ledger binary codec", "files": [ "dist/*",