Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub authored Oct 25, 2020
1 parent 81751c1 commit 5cace9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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, <PID>}` and return `{:ok, body}` or `error`
Expand Down

0 comments on commit 5cace9f

Please sign in to comment.