From aed677b54e3fd35e82f2e6e626ecc614bf2caa05 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Sat, 21 Mar 2026 20:43:30 +0400 Subject: [PATCH] chore(1.x): release 1.10.0 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bee76..399857a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/php-internal/dload/compare/1.9.0...1.10.0) (2026-03-21) + + +### Features + +* support macos operation system ([#98](https://github.com/php-internal/dload/issues/98)) ([5d60329](https://github.com/php-internal/dload/commit/5d603293b661f22a8adf0ccd378ccc023d593af6)) + ## [1.9.0](https://github.com/php-internal/dload/compare/1.8.0...1.9.0) (2026-02-13) diff --git a/resources/version.json b/resources/version.json index 44204dd..ce4f35c 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.10.0" }