diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a85f48d..82b04a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 7.0.1 +- Fix fbc-operations bug where the requests failed when binary_image is not submitted + ## 7.0.0 - Fix flake8 and mypy bugs - Tweak Add and Rm worker logic to support the new fbc-operations endpoint diff --git a/setup.py b/setup.py index 0c4ac441..2b3dd5d3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='iib', - version='7.0.0', + version='7.0.1', long_description=__doc__, packages=find_packages(exclude=['tests', 'tests.*']), include_package_data=True,