From dd34a068928cf6147dde600ecbe0b9735a866aaf Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 3 Dec 2025 02:36:29 +0400 Subject: [PATCH] chore(1.x): release 1.1.0 --- CHANGELOG.md | 9 +++++++++ resources/version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" }