From 6a337f269ddf1ad4fa622a04f6fb4a688ec39c38 Mon Sep 17 00:00:00 2001 From: halgari Date: Wed, 9 Oct 2024 07:16:31 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c72905e..1ef50ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### 0.9.89 - 09/10/2024 +### 0.9.88 - 09/10/2024 * Added support for historical databases. These are instances of `IDb` that contain all datoms, inserted, retracted, and historical. Can be useful for analytics or viewing the changes of an entity over time * Added excision support to the database that will allow for complete removal of datoms, including historical datoms.