From ef2c1a0e2d8d19b399f7987c121a603ecdb139f8 Mon Sep 17 00:00:00 2001 From: Christian Dressler Date: Tue, 21 May 2024 15:24:01 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 2 +- composer.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c4dcc4..ad6b426a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.26.0 - 2024-05-21 > [!CAUTION] > Like all other releases, this one was done to the best of one's ability. However, it has not been tested as thoroughly as previous releases. It is thus to be considered even more experimental than the version number already implies. diff --git a/composer.json b/composer.json index 749cad80..6700602b 100644 --- a/composer.json +++ b/composer.json @@ -75,12 +75,12 @@ } }, "replace": { - "demos-europe/edt-access-definitions": "0.25.0", - "demos-europe/edt-dql": "0.25.0", - "demos-europe/edt-extra": "0.25.0", - "demos-europe/edt-jsonapi": "0.25.0", - "demos-europe/edt-paths": "0.25.0", - "demos-europe/edt-queries": "0.25.0" + "demos-europe/edt-access-definitions": "0.26.0", + "demos-europe/edt-dql": "0.26.0", + "demos-europe/edt-extra": "0.26.0", + "demos-europe/edt-jsonapi": "0.26.0", + "demos-europe/edt-paths": "0.26.0", + "demos-europe/edt-queries": "0.26.0" }, "config": { "bin-dir": "bin",