diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ba294..5d75cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* TBD: +* v1.2.0: * Added: anycoin, ibexmercado, okx * Removed: poloniex * Better handling of case where currency pair not supported diff --git a/package-lock.json b/package-lock.json index 3e2d115..d128659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "coin-rates", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d9ab309..f7ab847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coin-rates", - "version": "1.1.1", + "version": "1.2.0", "description": "Fetch currency exchange rate for coin/fiat currency pairs", "main": "index.js", "directories": {