From 51fe7bd295bb1f7e81b4cc796da4cb431cf10ea5 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Wed, 17 Dec 2025 10:00:57 +0400 Subject: [PATCH] chore(1.x): release 1.8.0 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5fcd2..393c542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/php-internal/dload/compare/1.7.3...1.8.0) (2025-12-17) + + +### Features + +* Add support for Gitlab ([#92](https://github.com/php-internal/dload/issues/92)) ([d68a2a1](https://github.com/php-internal/dload/commit/d68a2a1cf17ec122f7f55f2d68d8956fd4cefebe)) + ## [1.7.3](https://github.com/php-internal/dload/compare/1.7.2...1.7.3) (2025-12-14) diff --git a/resources/version.json b/resources/version.json index 7d4ac4e..3800c06 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.7.3" + ".": "1.8.0" }