Skip to content

Commit aeb8522

Browse files
committed
Release 8.4.2
1 parent baedf7a commit aeb8522

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## Unreleased
88

9+
## 8.4.2
10+
* Update dependency flask-sqlalchemy to v3.1.1 by @renovate in https://github.com/release-engineering/iib/pull/541
11+
* Update dependency markupsafe to v2.1.3 by @renovate in https://github.com/release-engineering/iib/pull/544
12+
* Update dependency prompt-toolkit to v3.0.39 by @renovate in https://github.com/release-engineering/iib/pull/545
13+
* Fixing IIB KeyError when updating request state by @lipoja in https://github.com/release-engineering/iib/pull/569
14+
* Adding OpenTelemetry collector/exporter for dev-env by @lipoja in https://github.com/release-engineering/iib/pull/565
15+
* Pinning werkzeug to allow generation of docs. by @lipoja in https://github.com/release-engineering/iib/pull/572
16+
* Flush request to database by @lipoja in https://github.com/release-engineering/iib/pull/566
17+
* Use py3.9 for Renovate bot runs by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/574
18+
* Update dependency cryptography to v41.0.4 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/570
19+
* Update dependency urllib3 to v1.26.17 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/571
20+
* Upgrade opentelemetry-instrumentation to 0.41b0 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/575
21+
922
## 8.4.1
1023
- Fix normalization bug when return value is non-dict by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/563
1124

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.1',
6+
version='8.4.2',
77
long_description=__doc__,
88
packages=find_packages(exclude=['tests', 'tests.*']),
99
include_package_data=True,

0 commit comments

Comments
 (0)