We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ea56 commit a723a53Copy full SHA for a723a53
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 6.2.0
10
+- Fix bug of missing related_bundles param and logs param in API response
11
+- Modify permissions on logs files
12
+
13
## 6.1.0
14
- Add support for Python3.9
15
- Enable send events to the broker
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='iib',
- version='6.1.0',
+ version='6.2.0',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
0 commit comments