diff --git a/CHANGES.txt b/CHANGES.txt index 38ab3e9..3bdf0df 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +0.7.0 (2019-12-13) +------------------ +- Fixed bug introduced by HTTP Authentication (#157 and #161) +- Updated background ratio to work for multiclass problems (#159) + 0.6.1 (2019-11-11) ------------------ - Added ability to use HTTP Authentication for TMS endpoints (#152) diff --git a/label_maker/version.py b/label_maker/version.py index fa5fd07..e724cd2 100644 --- a/label_maker/version.py +++ b/label_maker/version.py @@ -1,2 +1,2 @@ """Library verison""" -__version__ = '0.6.1' +__version__ = '0.7.0'