diff --git a/CHANGELOG.md b/CHANGELOG.md index 696f131..7f019ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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.2] - 2024-09-21 +### Changed - Updated CI configs to add support for Laravel 11 and PHP 8.3. - Updated readme with new version information. @@ -104,7 +107,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.1...HEAD +[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.2...HEAD +[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 [2.1.0]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.0.2...2.1.0