Skip to content

Commit b6d935c

Browse files
committed
Release v8.7.6
1 parent b6491cd commit b6d935c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99

10+
## 8.7.6
11+
* Fix bug introduced by e1393a2 commit by @xDaile in https://github.com/release-engineering/iib/pull/689
12+
1013
## 8.7.5
1114
* Fix buildah retry mechanism by @xDaile in https://github.com/release-engineering/iib/pull/681
1215
* Allow non tagged index image in IIB_GRAPH_MODE_INDEX_ALLOW_LIST by @xDaile in https://github.com/release-engineering/iib/pull/661

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

0 commit comments

Comments
 (0)