From edec9a8ef7fde8593bcd7be4f3817ddbb816f86a Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 11 Nov 2025 17:26:52 +0400 Subject: [PATCH] chore(1.x): release 1.7.0 --- CHANGELOG.md | 8 ++++++++ resources/version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7388664..1b7a821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.7.0 (2025-11-11) + +## What's Changed +* Support `velox.plugin.replace` option by @roxblnfk in https://github.com/php-internal/dload/pull/84 + + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.6.5...1.7.0 + ## 1.6.5 (2025-11-07) **Full Changelog**: https://github.com/php-internal/dload/compare/1.6.4...1.6.5 diff --git a/resources/version.json b/resources/version.json index 1bef1ef..7588679 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.6.5" + ".": "1.7.0" }