Skip to content

Commit 65db777

Browse files
Release IIB v8.4.1
1 parent 16d6fa1 commit 65db777

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 8.4.1
10+
- Fix normalization bug when return value is non-dict by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/563
11+
912
## 8.4.0
1013
- Enable celery task deduplication by @lipoja in https://github.com/release-engineering/iib/pull/558
1114
- Remove Dependabot and Reconfigure Renovate bot by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/552

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='iib',
6-
version='8.4.0',
6+
version='8.4.1',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)