From 854966661c808b03e9d96e00aa53fb4a84e29f58 Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Fri, 19 Jul 2019 14:49:38 +0700 Subject: [PATCH] bump version (1.0.1) and update changelog --- CHANGELOG | 8 ++++++++ bfxapi/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 081a424..a7cfee3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +1.0.1 + +- Added ws event `status_update` +- Added rest function `get_derivative_status` +- Added rest function `get_derivative_statuses` +- Added rest function `set_derivative_collateral` +- Added channel support `status` + 1.0.0 - Removal of camel-casing file naming and git duplicates diff --git a/bfxapi/version.py b/bfxapi/version.py index 9bf47a6..fa1d97e 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.0.0' +__version__ = '1.0.1'