diff --git a/CHANGELOG.md b/CHANGELOG.md index ef76c9f..a7c1d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [3.16.3] - 2024-08-16 +### CI +- **rector:** add new rules for Rector configuration + +### Feat +- **dependencies:** update development dependencies versions + +### Perf +- **bootstrapper:** Optimize sprintf usage + +### Pull Requests +- Merge pull request [#56](https://github.com/guanguans/laravel-soar/issues/56) from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.2.0 + + ## [3.16.2] - 2024-06-17 ### Fix @@ -457,7 +472,8 @@ All notable changes to this project will be documented in this file. - Merge pull request [#1](https://github.com/guanguans/laravel-soar/issues/1) from guanguans/add-license-1 -[Unreleased]: https://github.com/guanguans/laravel-soar/compare/3.16.2...HEAD +[Unreleased]: https://github.com/guanguans/laravel-soar/compare/3.16.3...HEAD +[3.16.3]: https://github.com/guanguans/laravel-soar/compare/3.16.2...3.16.3 [3.16.2]: https://github.com/guanguans/laravel-soar/compare/3.16.1...3.16.2 [3.16.1]: https://github.com/guanguans/laravel-soar/compare/3.16.0...3.16.1 [3.16.0]: https://github.com/guanguans/laravel-soar/compare/3.15.1...3.16.0