Skip to content

Commit ef10d55

Browse files
Update the changelog with new release information.
1 parent 2eb6874 commit ef10d55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.3] - 2024-09-21
810
### Fixed
911
- Fixed AWS SDK issue by ensuring `MessageGroupId` and `MessageDeduplicationId` are sent as strings. ([#28](https://github.com/shiftonelabs/laravel-sqs-fifo-queue/issues/28))
1012

@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109111
### Added
110112
- Initial release!
111113

112-
[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.2...HEAD
114+
[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.3...HEAD
115+
[3.0.3]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.2...3.0.3
113116
[3.0.2]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.1...3.0.2
114117
[3.0.1]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.0...3.0.1
115118
[3.0.0]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.1.0...3.0.0

0 commit comments

Comments
 (0)