From f3c34bd75aca33fb1602f4f0384edf1a3819c75e Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 12 Dec 2018 14:55:15 -0800 Subject: [PATCH] Release 1.1.2 --- HISTORY.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1cdd5675..c6f4b2c4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,25 @@ # ripple-lib Release History +## 1.1.2 (2018-12-12) + ++ Update `submit` response (#978) + + Includes the full object returned by rippled, while keeping the existing + fields for backward compatibility ++ Add `getLedger` option for ledger hash (##980) + + Use the `ledgerHash` option to get a specific ledger by hash + +When using `ripple-lib` with `rippled`, we recommend using `rippled` version +1.1.2 or later. + +The SHA-256 checksums for the browser version of this release can be found +below. +``` +% shasum -a 256 * +e6cc52395d0c3e205263777ba2e528e50f4d1f84bb4b16763a3bf7f5fcc290f5 ripple-1.1.2-debug.js +82df879bc2970e0e4fd161975a99448b4859b0cde751d8ea34e9f51d672090b9 ripple-1.1.2-min.js +12f56330dc71bba8ac3004025cbc9698413a0c619df302dda105b31228a67319 ripple-1.1.2.js +``` + ## 1.1.1 (2018-11-27) + Fix `getOrderbook` offer sorting (#970) diff --git a/package.json b/package.json index ab7a0925..7a6a5c4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [