diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..11a1a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [1.1.0](https://github.com/php-internal/path/compare/1.0.0...1.1.0) (2025-12-02) + + +### Features + +* Add case sensitivity option for path matching ([6c6060c](https://github.com/php-internal/path/commit/6c6060c0f15383983790c99be288d7a5969aae36)) + +## Changelog diff --git a/resources/version.json b/resources/version.json index 1772e6f..a1961ec 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" }