From b963b698c8052db47f185194e604dd98ef143649 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Fri, 13 Feb 2026 19:53:37 +0400 Subject: [PATCH] chore(1.x): release 1.9.0 --- CHANGELOG.md | 12 ++++++++++++ resources/version.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393c542..b2bee76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.0](https://github.com/php-internal/dload/compare/1.8.0...1.9.0) (2026-02-13) + + +### Features + +* add DoltgreSQL entry ([#95](https://github.com/php-internal/dload/issues/95)) ([91e8181](https://github.com/php-internal/dload/commit/91e8181a9e77ae2b8ffcfd5628c72581b067fc77)) + + +### 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..44204dd 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" }