Skip to content

Commit

Permalink
Update the changelog with new release information.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed May 11, 2023
1 parent 5325f71 commit c40cc36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c40cc36

Please sign in to comment.