Skip to content

Commit 89155f8

Browse files
Merge pull request #37 from crungehottman/v1.0.6
Release 1.0.6
2 parents 547607e + 4933980 commit 89155f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1010
- n/a
1111

12+
# 1.0.6 - 2025-07-22
13+
14+
### Changed
15+
16+
- The fastpurge client's `backoff_max` and `backoff_jitter` parameters are now
17+
configurable via the `FAST_PURGE_RETRY_BACKOFF_MAX` and `FAST_PURGE_RETRY_JITTER`
18+
environment variables.
19+
1220
# 1.0.5 - 2024-03-22
1321

1422
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name='fastpurge',
24-
version='1.0.5',
24+
version='1.0.6',
2525
packages=['fastpurge'],
2626
url='https://github.com/release-engineering/python-fastpurge',
2727
license='GNU General Public License',

0 commit comments

Comments
 (0)