From ef10d55db6a93243b8ea3789590f46a0567e44f6 Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Sat, 21 Sep 2024 18:48:23 -0400 Subject: [PATCH] Update the changelog with new release information. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c995b..d336b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.0.3] - 2024-09-21 ### Fixed - Fixed AWS SDK issue by ensuring `MessageGroupId` and `MessageDeduplicationId` are sent as strings. ([#28](https://github.com/shiftonelabs/laravel-sqs-fifo-queue/issues/28)) @@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release! -[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.2...HEAD +[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.3...HEAD +[3.0.3]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.1.0...3.0.0