From 20c6c1827e4eb5d023834d43a795a33469a41eed Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Thu, 10 Oct 2024 13:17:22 +0200 Subject: [PATCH] changelog as requested --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9069fe1..8f41ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Samply.Focus v0.7.0 2024-09-24 +In this release, we are extending the supported data backends beyond CQL-enabled FHIR stores. We now support PostgreSQL as well. Usage instructions are included in the Readme. + ## Major changes * PostgreSQL support added