From 2b4bce974e05780123856edb00830ee11bf5633b Mon Sep 17 00:00:00 2001 From: William Swanson Date: Mon, 28 Aug 2023 14:47:50 -0700 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 5 +++++ README.md | 2 ++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc384b55..2f6d4d669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # edge-currency-accountbased +## 2.0.0 (2023-08-28) + +- changed: Replace deprecated display key and token methods with modern ones. +- changed: Require edge-core-js v0.21.2 or higher. + ## 1.5.2 (2023-08-24) - fixed: Correctly parse more types of Ripple transactions, including DEX transactions. diff --git a/README.md b/README.md index 9cf53bb4e..f164f3675 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Plugins for [edge-core-js](https://github.com/EdgeApp/edge-core-js), handling many networks not derived from Bitcoin. +These are compatible with edge-core-js v0.21.2 or later. + ## Installing Fist, add this library to your project: diff --git a/package.json b/package.json index ea6d63490..17c11ad0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-currency-accountbased", - "version": "1.5.2", + "version": "2.0.0", "description": "Edge currency plugin for account based currencies", "homepage": "https://edge.app/", "repository": {