Skip to content

Commit

Permalink
Release v8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yashvardhannanavati committed May 30, 2024
1 parent a90ada5 commit 42958be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.7.2
* Fix bug on `fbc_utils.enforce_json_config_dir` by @JAVGan in https://github.com/release-engineering/iib/pull/675
* Update dependency cryptography to v42.0.7 by @renovate in https://github.com/release-engineering/iib/pull/674
* Update dependency flask to v3.0.3 by @renovate in https://github.com/release-engineering/iib/pull/663
* Use BlockingConnection class from proton.utils by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/676

## 8.7.1
* Update dependency botocore to v1.34.81 by @renovate in https://github.com/release-engineering/iib/pull/662
* Update dependency idna to v3.7 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/666
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.7.1',
version='8.7.2',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 42958be

Please sign in to comment.