diff --git a/CHANGELOG b/CHANGELOG index d994ee7..11a5f11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.1.10 +- Fixed get_seed_candles() [backwards compatible] + 1.1.9 - Implemented PULSE endpoints (rest) - Updated pyee and changed deprecated class EventEmitter() -> AsyncIOEventEmitter() to make it work with all Python 3.X versions diff --git a/bfxapi/version.py b/bfxapi/version.py index 2049f19..ad61f56 100644 --- a/bfxapi/version.py +++ b/bfxapi/version.py @@ -2,4 +2,4 @@ This module contains the current version of the bfxapi lib """ -__version__ = '1.1.9' +__version__ = '1.1.10'