diff --git a/CHANGELOG.md b/CHANGELOG.md index 226d03c..352cb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/allisson/pysqsx/compare/v0.5.0...v0.5.1) (2024-04-15) + + +### Bug Fixes + +* improve log of consume_messages method ([#16](https://github.com/allisson/pysqsx/issues/16)) ([7a4a9b2](https://github.com/allisson/pysqsx/commit/7a4a9b217aa72e36f0034b07ff8987c118efed37)) + ## [0.5.0](https://github.com/allisson/pysqsx/compare/v0.4.0...v0.5.0) (2024-04-12) diff --git a/pyproject.toml b/pyproject.toml index da939b6..b5c2f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sqsx" -version = "0.5.0" +version = "0.5.1" description = "A simple task processor for Amazon SQS" authors = ["Allisson Azevedo"] readme = "README.md" diff --git a/setup.py b/setup.py index f3820c6..88d0cc8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="sqsx", - version="0.5.0", + version="0.5.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 8f0916f..4b9fcbe 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.5.1