Skip to content

Commit

Permalink
Release v8.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xDaile committed Jul 4, 2024
1 parent 6a8a1a0 commit 298e08d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 8.7.8
* Fix OTEL issues when dealing with unsupported objects by @JAVGan in https://github.com/release-engineering/iib/pull/698
* Fix opm registry serve command by @chandwanitulsi in https://github.com/release-engineering/iib/pull/700
* Fix bug in port locking by @xDaile in https://github.com/release-engineering/iib/pull/702

## 8.7.7
* Update dependency requests to v2.32.2 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/690
* Update dependency urllib3 to v1.26.19 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/692
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.7',
version='8.7.8',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit 298e08d

Please sign in to comment.