diff --git a/CHANGELOG.md b/CHANGELOG.md index ffba61e..81e0050 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.1] - 2023-05-10 ### Fixed - Fixed AWS SDK issue by ensuring `token` is not included in root config options. ([#24](https://github.com/shiftonelabs/laravel-sqs-fifo-queue/pull/24)) @@ -100,9 +102,10 @@ 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.0...HEAD -[2.0.2]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.1.0...3.0.0 -[2.0.2]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.0.2...2.1.0 +[Unreleased]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/3.0.1...HEAD +[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 [2.0.2]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/shiftonelabs/laravel-sqs-fifo-queue/compare/1.2.0...2.0.0