Skip to content

Commit

Permalink
Merge pull request #105 from Doist/brandon/version
Browse files Browse the repository at this point in the history
Version 0.5.19
  • Loading branch information
brandon-doist authored Jul 31, 2024
2 parents e74aec7 + 67de94b commit 44c54ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.5.19] - 2024-07-31

### Changed

- Fixes a bug where we might try to send AWS an empty batch request, which it does not like

## [0.5.18] - 2024-07-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqs-workers"
version = "0.5.18"
version = "0.5.19"
description = "An opinionated queue processor for Amazon SQS"
authors = ["Doist Developers <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 44c54ea

Please sign in to comment.