From 5cace9f512512accbe3bac47090ca2c48e974874 Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Sun, 25 Oct 2020 11:07:36 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3d6f4..ae55d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.3.o + - Includes Query namespace to create queries for `query` function. + - Refactors timed queries to apply dialyzer + - Includes Github Actions + - Parses Crux edn responses with [jfacorro/Eden](https://github.com/jfacorro/Eden) + +## v0.2.0 + - Includes query functions `entiity_history` and `query`. + - Includes Action namespace to create `tx-log` transactions. + - Includes timed query functions + ## v0.1.1 - Includes query functions `tx_logs`, `entity` and `entity_tx`. They receive as argument `{:ok, }` and return `{:ok, body}` or `error`