diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index 4c7c8330..17de128b 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -1,5 +1,13 @@ # ripple-binary-codec Release History +## 0.2.5 (2019-12-14) + +- Add support for AccountDelete (#37) + +## 0.2.4 (2019-09-04) + +- Update ripple-address-codec to 3.0.4 + ## 0.2.3 (2019-08-29) - Expand node version compatibility (#32, #33) diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index 98dbdf59..099e49a1 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "0.3.0-rc1", + "version": "0.2.5", "description": "XRP Ledger binary codec", "files": [ "distrib/npm/*",