diff --git a/CHANGELOG.md b/CHANGELOG.md index 88315864..3ede3e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.5.0](https://github.com/coinranking/exchanges/compare/v3.4.0...v3.5.0) (2020-07-09) + + +### Features + +* add support for Bithumb Global ([b6eb70b](https://github.com/coinranking/exchanges/commit/b6eb70baaf2f5486f455e00e50e33d3323f76db2)) + # [3.4.0](https://github.com/coinranking/exchanges/compare/v3.3.0...v3.4.0) (2020-07-03) diff --git a/package-lock.json b/package-lock.json index 1bc1218b..8bdaf1b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a17603d..94f4274e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "3.4.0", + "version": "3.5.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {