From 0e2b13255e4df4f5c84d288eff3a5e00df3c7d2b Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Thu, 6 Nov 2025 23:12:23 +0400 Subject: [PATCH] chore(1.x): release 1.6.4 --- CHANGELOG.md | 8 ++++++++ resources/version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b204490..3184970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.6.4 (2025-11-06) + +## What's Changed +* Use TOML library to work with Velox config by @roxblnfk in https://github.com/php-internal/dload/pull/81 + + +**Full Changelog**: https://github.com/php-internal/dload/compare/1.6.3...1.6.4 + ## 1.6.3 (2025-10-23) ## What's Changed diff --git a/resources/version.json b/resources/version.json index 2a8d04b..1419bab 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.6.3" + ".": "1.6.4" }