From 4aa5945b3d72314ae2bc7c5b1a19b25b09f5a366 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Tue, 31 Mar 2026 01:12:19 +0400 Subject: [PATCH] chore(1.x): release 1.11.0 --- CHANGELOG.md | 8 ++++++++ resources/version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399857a..c779f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.0](https://github.com/php-internal/dload/compare/1.10.0...1.11.0) (2026-03-30) + + +### Features + +* Support `.gz` archives ([fcdc71d](https://github.com/php-internal/dload/commit/fcdc71d4b4debb6c7b82fe036fa9a6eb8d827f49)) +* Validate file extensions in renaming logic ([7bf11e1](https://github.com/php-internal/dload/commit/7bf11e189d600fc650f57b251a9a05e06934e3e5)) + ## [1.10.0](https://github.com/php-internal/dload/compare/1.9.0...1.10.0) (2026-03-21) diff --git a/resources/version.json b/resources/version.json index ce4f35c..15df9e0 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" }