Skip to content

Commit

Permalink
Release 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xDaile committed Oct 6, 2023
1 parent baedf7a commit aeb8522
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.4.2
* Update dependency flask-sqlalchemy to v3.1.1 by @renovate in https://github.com/release-engineering/iib/pull/541
* Update dependency markupsafe to v2.1.3 by @renovate in https://github.com/release-engineering/iib/pull/544
* Update dependency prompt-toolkit to v3.0.39 by @renovate in https://github.com/release-engineering/iib/pull/545
* Fixing IIB KeyError when updating request state by @lipoja in https://github.com/release-engineering/iib/pull/569
* Adding OpenTelemetry collector/exporter for dev-env by @lipoja in https://github.com/release-engineering/iib/pull/565
* Pinning werkzeug to allow generation of docs. by @lipoja in https://github.com/release-engineering/iib/pull/572
* Flush request to database by @lipoja in https://github.com/release-engineering/iib/pull/566
* Use py3.9 for Renovate bot runs by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/574
* Update dependency cryptography to v41.0.4 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/570
* Update dependency urllib3 to v1.26.17 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/571
* Upgrade opentelemetry-instrumentation to 0.41b0 by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/575

## 8.4.1
- Fix normalization bug when return value is non-dict by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/563

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='iib',
version='8.4.1',
version='8.4.2',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit aeb8522

Please sign in to comment.