Skip to content

Commit ed68fc7

Browse files
committed
Add 4.0.1 to changelog
1 parent 41b2fa7 commit ed68fc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.0.1] — 2024-12-03
4+
5+
* Fixed PHP 8.4 deprecation notice in `Path` class (#20).
6+
37
## [4.0.0] — 2024-05-19
48

59
* Added support for glob (wildcard) paths to exclude files via new value object classes for paths.
@@ -59,7 +63,8 @@
5963

6064
* Initial release.
6165

62-
[Unreleased]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v4.0.0...HEAD
66+
[Unreleased]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v4.0.1...HEAD
67+
[4.0.1]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v4.0.0...v4.0.1
6368
[4.0.0]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v3.0.1...v4.0.0
6469
[3.0.1]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v3.0.0...v3.0.1
6570
[3.0.0]: https://github.com/mcaskill/composer-plugin-exclude-files/compare/v2.1.0...v3.0.0

0 commit comments

Comments
 (0)