From 298e08d25bab22131f726779ae7a5195863349f2 Mon Sep 17 00:00:00 2001 From: xdaile Date: Thu, 4 Jul 2024 14:58:37 +0200 Subject: [PATCH] Release v8.7.8 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bc101fa..137cc8dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index c5c57551c..654c30e46 100644 --- a/setup.py +++ b/setup.py @@ -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,