diff --git a/CHANGELOG.md b/CHANGELOG.md index 7629e74..6f3fa3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +# 1.0.5 - 2024-03-22 + +### Changed + +- Improved handling and logging of retries for requests + ## 1.0.4 - 2022-12-07 ### Changed diff --git a/setup.py b/setup.py index 9d24584..9ee6569 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name='fastpurge', - version='1.0.4', + version='1.0.5', packages=['fastpurge'], url='https://github.com/release-engineering/python-fastpurge', license='GNU General Public License',