Skip to content

Commit 0937a41

Browse files
Release IIB v8.2.0
1 parent f57e972 commit 0937a41

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 8.2.0
10+
- Adding from_index_startswith builds search filter by @lipoja in https://github.com/release-engineering/iib/pull/526
11+
- Convert IIB_OTEL_TRACING to an env variable by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/527
12+
913
## 8.1.1
1014
- Add init file to iib/common module by @yashvardhannanavati in https://github.com/release-engineering/iib/pull/524
1115

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

0 commit comments

Comments
 (0)