# v0.2.4
Bug fix:
    - Bolt sips compatibility (with changes from timeout management)
    
# v0.2.3
Bug fix:
- Ecto dependency (key :repo_changes not found )
- Node creation fails if property is nil

# v0.2.2
Bug fix:
- Seraph.changeset.change/2 works with changesets, not only Schemas

# v0.2.1
Bug fix:
- node property like `prop2` is now valid
- Enforce naming convention on relationship 

# v0.2.0
- Remove old query builder
- Add new query builder
- Implement Seraph.Query with its DSL

# v0.1.1
- Add `Node.get.by/2` and `Relationship.get_by/3`
- Add `Node.preload/3`
- Add guide
- Typespecs are correct

# v0.1.0 ()
First release