From 959cf82175f085f45edd16cf647e72701decf1b0 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Mon, 4 Sep 2023 09:44:02 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fdd18ea..a9ff031c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- **Frontend/API**: Attestations! Communities can now create attestations based on Praise data using the Ethereum Attestation Service. Attest to top receivers, givers etc. - **Frontend**: Custom reports can now be configured using an interactive form. #1131 - **Frontend**: New feature: Run custom reports from the reports page. #1050