Skip to content

Commit

Permalink
Release v8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsi Chandwani authored and chandwanitulsi committed May 9, 2024
1 parent 7166f10 commit a00cc0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 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
* Update dependency botocore to v1.34.85 by @renovate in https://github.com/release-engineering/iib/pull/667
* Update dependency boto3 to v1.34.85 by @renovate in https://github.com/release-engineering/iib/pull/657
* Adding support of multiple operators in one fragment by @lipoja in https://github.com/release-engineering/iib/pull/660
* Fix bug with FBC YAML Operators by @JAVGan in https://github.com/release-engineering/iib/pull/655
* Update dependency werkzeug to v3.0.3 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/671
* Update dependency jinja2 to v3.1.4 [SECURITY] by @renovate in https://github.com/release-engineering/iib/pull/670

## 8.7.0
* Adding support for new ocp_version_ranges by @lipoja in https://github.com/release-engineering/iib/pull/653
* Fix comma bundle version validation by @xDaile in https://github.com/release-engineering/iib/pull/654
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.0',
version='8.7.1',
long_description=__doc__,
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
Expand Down

0 comments on commit a00cc0c

Please sign in to comment.