From 2e80741e16851a2cc5d05506124b696f5381a83e Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 1 Apr 2020 11:44:54 -0700 Subject: [PATCH] v0.9.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8f827e..ce2415e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # edge-exchange-plugins +# 0.9.2 (2020-04-01) + +- Update Totle plugin to address API changes +- Increase number of returned rates from Coincap to 500 + # 0.9.1 (2020-03-04) - Pass promo codes to ChangeNow. diff --git a/package.json b/package.json index 050cd718..f146a38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-exchange-plugins", - "version": "0.9.1", + "version": "0.9.2", "description": "Exchange-rate sources for the Edge core", "repository": { "type": "git",