From 4ff66cd00f55280cfdae76b54ea7159474d760a6 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 23 Sep 2025 13:23:18 +0400 Subject: [PATCH] chore(1.x): release 1.6.2 --- CHANGELOG.md | 10 ++++++++++ resources/version.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6dab72..5f7dc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.6.2 (2025-09-23) + +## What's Changed +* Fix `--force` option by @ERuban in https://github.com/php-internal/dload/pull/76 + +## New Contributors +* @ERuban made their first contribution in https://github.com/php-internal/dload/pull/76 + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.6.1...1.6.2 + ## 1.6.1 (2025-08-29) ## What's Changed diff --git a/resources/version.json b/resources/version.json index f7d4528..09885f4 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" }