diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a9515..a5428e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.3...HEAD) +## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.4...HEAD) > TBD +## [v2.11.4](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.3...v2.11.4) - 2023-08-28 + +### Fixed + +- Fix Laravel 10 bug in stats list command. ([#220](https://github.com/stefanzweifel/laravel-stats/pull/220)) + ## [v2.11.3](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.2...v2.11.3) - 2023-08-12 ### Fixed @@ -192,9 +198,12 @@ Checkout the [Release and Upgrade Guide](https://github.com/stefanzweifel/larave ### Changed -- Rename `getName()` to `name()` [#147](https://github.com/stefanzweifel/laravel-stats/pull/147) -- Rename "LOC" to "LLOC" [#148](https://github.com/stefanzweifel/laravel-stats/pull/148) -- Refactored Internal Classes [#150](https://github.com/stefanzweifel/laravel-stats/pull/150) +- Rename `getName()` to `name()` [#147](https://github.com/stefanzweifel/laravel-stats/pull/147) + +- Rename "LOC" to "LLOC" [#148](https://github.com/stefanzweifel/laravel-stats/pull/148) + +- Refactored Internal Classes [#150](https://github.com/stefanzweifel/laravel-stats/pull/150) + - - Move some of the logic from `ComponentFinder` to `ClassesFinder` -