diff --git a/CHANGELOG.md b/CHANGELOG.md index 646b3fe..63c6266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## [v2.0.1](https://github.com/zaphyr-org/logger/compare/2.0.0...2.0.1) [2023-10-13] + +### New: +* Added provide section to composer.json +* Updated psr/log to v3.0 + +### Changed: +* Renamed phpunit.xml.dist to phpunit.xml +* Renamed `unit` to `phpunit` in composer.json scripts section + +### Removed: +* Removed "/tests" directory from phpstan paths + +### Fixed: +* Removed .dist from phpunit.xml in .gitattributes export-ignore + ## [v2.0.0](https://github.com/zaphyr-org/logger/compare/1.0.1...2.0.0) [2023-06-19] ### New: