From 8dbaf76817189896f29a85c807c0b40ba1ed264b Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Sun, 14 Dec 2025 23:05:53 +0400 Subject: [PATCH] chore(1.x): release 1.7.3 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e71942..8e5fcd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/php-internal/dload/compare/1.7.2...1.7.3) (2025-12-14) + + +### Bug Fixes + +* Stop using deprecated `Command::getDefaultName()` ([#90](https://github.com/php-internal/dload/issues/90)) ([8b22008](https://github.com/php-internal/dload/commit/8b22008edb4e0948c60062abbbc929fbcd4ca87d)) + ## [1.7.2](https://github.com/php-internal/dload/compare/1.7.1...1.7.2) (2025-12-03) diff --git a/resources/version.json b/resources/version.json index bb89c24..7d4ac4e 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.2" + ".": "1.7.3" }