From 895a475f0519298d82c7c5bf76e8d3af6bfdc0a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:08:49 +0000 Subject: [PATCH] chore(1.x): release 1.16.5 --- CHANGELOG.md | 8 ++++++++ resources/version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c29381..e1e7698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.16.5](https://github.com/php-internal/dload/compare/1.16.4...1.16.5) (2026-09-15) + + +### Bug Fixes + +* **ci:** authenticate spc on the Windows build ([a30284c](https://github.com/php-internal/dload/commit/a30284c75528e9b47b3189c21d01fa45a295f714)) +* **ci:** upload release binaries with the gh CLI ([fe60082](https://github.com/php-internal/dload/commit/fe6008221e541832a4a13a5ccc5cd59ba50e8dd6)) + ## [1.16.4](https://github.com/php-internal/dload/compare/1.16.3...1.16.4) (2026-09-15) diff --git a/resources/version.json b/resources/version.json index 71a219c..b80f7eb 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.16.4" + ".": "1.16.5" }