diff --git a/CHANGELOG.md b/CHANGELOG.md index b59f548..f4aa75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/allisson/pysqsx/compare/v0.6.0...v0.6.1) (2025-05-03) + + +### Bug Fixes + +* remove the args from exit_gracefully method ([#22](https://github.com/allisson/pysqsx/issues/22)) ([27b946e](https://github.com/allisson/pysqsx/commit/27b946ef2f321bf0979e93106409c19bb95da037)) + ## [0.6.0](https://github.com/allisson/pysqsx/compare/v0.5.1...v0.6.0) (2025-04-23) diff --git a/setup.py b/setup.py index 676a9ec..f23d34f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="sqsx", - version="0.6.0", + version="0.6.1", description="A simple task processor for Amazon SQS", long_description=long_description, long_description_content_type="text/markdown", diff --git a/version.txt b/version.txt index a918a2a..ee6cdce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1