From 2eb68741c3d78e20af3701ac9bd0c9190a356ca0 Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Sat, 21 Sep 2024 18:43:28 -0400 Subject: [PATCH] Update the changelog with the latest changes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f019ac..c7c995b 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] +### 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)) ## [3.0.2] - 2024-09-21 ### Changed