From 1778df5c73f2808d8b76066ddfc180cfaeddb5ec Mon Sep 17 00:00:00 2001 From: William Swanson Date: Wed, 22 Jan 2020 12:42:46 -0800 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c6419d..c1ddd081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # edge-exchange-plugins +# 0.9.0 (2020-01-22) + +- Require edge-core-js v0.16.18 or greater. +- Remove our react-native-io module. + # 0.8.13 (2020-01-02) - Refactor Godex plugin @@ -7,7 +12,7 @@ # 0.8.12 (2019-11-04) -- Support Faast unique identifiers +- Support Faast unique identifiers # 0.8.11 (2019-11-04) diff --git a/package.json b/package.json index f424d8e3..d9fa678c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-exchange-plugins", - "version": "0.8.13", + "version": "0.9.0", "description": "Exchange-rate sources for the Edge core", "repository": { "type": "git",