From 340e72ccce89c67ef4b2e6f43fc33b1a3c63625d Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Sat, 6 Jun 2026 15:43:56 +0400 Subject: [PATCH] chore(1.x): release 1.2.1 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b835a5..db9f6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/php-internal/path/compare/1.2.0...1.2.1) (2026-06-06) + + +### Bug Fixes + +* Update testo/testo version to ^0.10.17 in composer.json ([b4fc426](https://github.com/php-internal/path/commit/b4fc42647fff8447caf5a1e92a9069a3bafe9b9a)) + ## [1.2.0](https://github.com/php-internal/path/compare/1.1.1...1.2.0) (2025-12-03) diff --git a/resources/version.json b/resources/version.json index 09a2522..1589e88 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" }