diff --git a/CHANGELOG b/CHANGELOG index 33cea159..59f463ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +4.0.8 +- WSv2: fix on trade message handler by prioritising channel data symbol over pair symbol + 4.0.7 - WSv2: refactor to use async/await style where possible - WSv2: reconnect() now always resolves on completion diff --git a/package.json b/package.json index aa89d439..94b89be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitfinex-api-node", - "version": "4.0.7", + "version": "4.0.8", "description": "Node reference library for Bitfinex API", "engines": { "node": ">=7"