From c29de82e860cd2ac2159f3b39731cc2636badd11 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 3 Dec 2020 20:40:39 -0800 Subject: [PATCH] Release 1.1.0 --- packages/ripple-binary-codec/HISTORY.md | 10 +++++++--- packages/ripple-binary-codec/package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index a46a50e0..1bcf5260 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -1,7 +1,11 @@ # ripple-binary-codec Release History +## 1.1.0 (2020-12-03) +- Add support for Tickets (TicketBatch amendment) +- Fix web browser compatibility + ## 1.0.2 (2020-09-11) -- Allow currencies to be encoded from any 3 character ASCII code. +- Allow currencies to be encoded from any 3 character ASCII code ## 1.0.1 (2020-09-08) - Filter out fields with undefined values @@ -68,7 +72,7 @@ ## 0.1.8 ## 0.1.7 - + ## 0.1.6 - + ## 0.1.3 diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index 25b6f16b..118ce4ff 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "1.0.2", + "version": "1.1.0", "description": "XRP Ledger binary codec", "files": [ "dist/*",