diff --git a/HISTORY.md b/HISTORY.md index 4e25fe90..0ecc97ee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +##0.8.2 + ++ Currency: Allow mixed letters and numbers in currencies + ++ Fix: orderbook reset on reconnect + ++ Fix: ripple-lib crashing. Add potential missing error handlers + + ##0.8.1 + Wallet: Add Wallet class that generates wallets @@ -10,6 +19,7 @@ + Fix undefined fee states when connecting to a rippled that is syncing + ##0.8.0 + Orderbook: Added tracking of offer funds for determining when offers are not funded diff --git a/package.json b/package.json index fccbf662..f52efe22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.8.1", + "version": "0.8.2-rc1", "description": "Ripple JavaScript client library", "files": [ "src/js/*",