From d4e9f1c0b0bbe5ba8da705f9d376406c1897e761 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 17 Dec 2025 10:47:23 +0400 Subject: [PATCH] chore(1.x): release 1.8.1 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393c542..6c1d108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.1](https://github.com/php-internal/dload/compare/1.8.0...1.8.1) (2025-12-17) + + +### Documentation + +* **Readme:** Sync translations with GitLab support changes ([6514fda](https://github.com/php-internal/dload/commit/6514fdafbb0ddce0361e6734d47516ce4f83ed97)) + ## [1.8.0](https://github.com/php-internal/dload/compare/1.7.3...1.8.0) (2025-12-17) diff --git a/resources/version.json b/resources/version.json index 3800c06..064e56a 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.8.1" }