From 40615158767991261dc65bb21e10ea557fb99066 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Mon, 23 Jun 2025 17:39:15 +0400 Subject: [PATCH] chore(1.x): release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47a396..6813437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.4.0 (2025-06-23) + +## What's Changed +* Add readme translations by @DimaTiunov in https://github.com/php-internal/dload/pull/55 +* Clean up temporary downloaded files after extraction by @roxblnfk in https://github.com/php-internal/dload/pull/58 +* Add `init` console command by @roxblnfk in https://github.com/php-internal/dload/pull/59 + +## New Contributors +* @DimaTiunov made their first contribution in https://github.com/php-internal/dload/pull/55 + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.3.0...1.4.0 + ## 1.3.0 (2025-06-15) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 6a787c5..73d3293 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" }