From 9a7f8a2ba575c0b32451b6690bad96a8a3f058b3 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 10 Mar 2026 12:05:44 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef3c24bd..c754944ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.7.5](https://github.com/gradido/gradido/compare/v2.7.4...v2.7.5) + +- feat(dlt): migrate production db to blockchain [`#3607`](https://github.com/gradido/gradido/pull/3607) +- refactor(database): use drizzelOrm in project branding [`#3609`](https://github.com/gradido/gradido/pull/3609) +- fix(backend): remove sending email after disbursement, because it is done in core...processXComSendCoins [`#3606`](https://github.com/gradido/gradido/pull/3606) +- feat(backend): send emails after x-com-tx [`#3594`](https://github.com/gradido/gradido/pull/3594) +- fix(frontend): disable contribution submit button after submit [`#3604`](https://github.com/gradido/gradido/pull/3604) +- chore(release): v2.7.4 [`#3603`](https://github.com/gradido/gradido/pull/3603) +- chore(release): v2.7.4 [`#3602`](https://github.com/gradido/gradido/pull/3602) + #### [v2.7.4](https://github.com/gradido/gradido/compare/v2.7.3...v2.7.4) +> 30 December 2025 + - feat(workflow): update .env.dist in deploy and make install script more idempotent [`#3593`](https://github.com/gradido/gradido/pull/3593) - feat(admin): load moderator names for contribution list [`#3599`](https://github.com/gradido/gradido/pull/3599) - fix(other): email mime types [`#3601`](https://github.com/gradido/gradido/pull/3601)