From a5320fdc7d3765ddb8029184971eb1841d3c525d Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 3 Dec 2025 15:44:32 +0400 Subject: [PATCH] chore(1.x): release 1.7.2 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c38f62..5e71942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/php-internal/dload/compare/1.7.1...1.7.2) (2025-12-03) + + +### Code Refactoring + +* Use `internal/path` instead of local implementation ([2aba0bd](https://github.com/php-internal/dload/commit/2aba0bd25d232b1f2da0d285769477d47d9b7a7c)) + ## 1.7.1 (2025-11-30) **Full Changelog**: https://github.com/php-internal/dload/compare/1.7.0...1.7.1 diff --git a/resources/version.json b/resources/version.json index f2c43d5..bb89c24 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" }